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

    r12609 r12620  
    2222import org.openstreetmap.josm.gui.util.GuiHelper;
    2323import org.openstreetmap.josm.tools.ExceptionUtil;
     24import org.openstreetmap.josm.tools.Logging;
    2425import org.openstreetmap.josm.tools.Utils;
    2526
     
    6263            future.get();
    6364        } catch (InterruptedException | ExecutionException | CancellationException e) {
    64             Main.error(e);
     65            Logging.error(e);
    6566            return;
    6667        }
Note: See TracChangeset for help on using the changeset viewer.