Ignore:
Timestamp:
2017-08-22T22:26:32+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - deprecate all Main logging methods and introduce suitable replacements in Logging for most of them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JosmAction.java

    r12320 r12620  
    2828import org.openstreetmap.josm.tools.Destroyable;
    2929import org.openstreetmap.josm.tools.ImageProvider;
     30import org.openstreetmap.josm.tools.Logging;
    3031import org.openstreetmap.josm.tools.Shortcut;
    3132
     
    276277                            future.get();
    277278                        } catch (InterruptedException | ExecutionException | CancellationException e) {
    278                             Main.error(e);
     279                            Logging.error(e);
    279280                            return;
    280281                        }
Note: See TracChangeset for help on using the changeset viewer.