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

    r10601 r12620  
    3636import org.openstreetmap.josm.tools.ExceptionUtil;
    3737import org.openstreetmap.josm.tools.ImageProvider;
     38import org.openstreetmap.josm.tools.Logging;
    3839import org.openstreetmap.josm.tools.Utils;
    3940
     
    244245                    future.get();
    245246                } catch (InterruptedException | ExecutionException | CancellationException e) {
    246                     Main.error(e);
     247                    Logging.error(e);
    247248                    return;
    248249                }
Note: See TracChangeset for help on using the changeset viewer.