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/preferences/imagery/CacheContentsPanel.java

    r10647 r12620  
    3535import org.openstreetmap.josm.gui.widgets.ButtonColumn;
    3636import org.openstreetmap.josm.tools.GBC;
     37import org.openstreetmap.josm.tools.Logging;
    3738import org.openstreetmap.josm.tools.Pair;
    3839
     
    9798                }
    9899            } else {
    99                 Main.warn("Could not parse the key: {0}. No colon found", key);
     100                Logging.warn("Could not parse the key: {0}. No colon found", key);
    100101            }
    101102        }
Note: See TracChangeset for help on using the changeset viewer.