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/downloadtasks/ChangesetContentDownloadTask.java

    r10420 r12620  
    1919import org.openstreetmap.josm.io.OsmTransferCanceledException;
    2020import org.openstreetmap.josm.io.OsmTransferException;
     21import org.openstreetmap.josm.tools.Logging;
    2122import org.xml.sax.SAXException;
    2223
     
    7677                // the download was canceled by the user. This exception is caught if the user canceled the authentication dialog.
    7778                setCanceled(true);
    78                 Main.trace(e);
     79                Logging.trace(e);
    7980                return;
    8081            } catch (OsmTransferException e) {
Note: See TracChangeset for help on using the changeset viewer.