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/gui/layer/gpx/DownloadWmsAlongTrackAction.java

    r12355 r12620  
    2727import org.openstreetmap.josm.io.OsmTransferException;
    2828import org.openstreetmap.josm.tools.ImageProvider;
     29import org.openstreetmap.josm.tools.Logging;
    2930import org.xml.sax.SAXException;
    3031
     
    6667                    }
    6768                } catch (InterruptedException ex) {
    68                     Main.warn("InterruptedException in "+getClass().getSimpleName()+" while precaching WMS");
     69                    Logging.warn("InterruptedException in "+getClass().getSimpleName()+" while precaching WMS");
    6970                    Thread.currentThread().interrupt();
    7071                }
Note: See TracChangeset for help on using the changeset viewer.