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/DownloadAction.java

    r12574 r12620  
    2626import org.openstreetmap.josm.gui.download.DownloadDialog;
    2727import org.openstreetmap.josm.gui.util.GuiHelper;
     28import org.openstreetmap.josm.tools.Logging;
    2829import org.openstreetmap.josm.tools.Pair;
    2930import org.openstreetmap.josm.tools.Shortcut;
     
    120121                        }
    121122                    } catch (InterruptedException | ExecutionException ex) {
    122                         Main.warn(ex);
     123                        Logging.warn(ex);
    123124                    }
    124125                }
Note: See TracChangeset for help on using the changeset viewer.