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/server/AuthenticationPreferencesPanel.java

    r10179 r12620  
    2323import org.openstreetmap.josm.io.OsmApi;
    2424import org.openstreetmap.josm.io.auth.CredentialsManager;
     25import org.openstreetmap.josm.tools.Logging;
    2526
    2627/**
     
    121122            rbOAuth.setSelected(true);
    122123        } else {
    123             Main.warn(tr("Unsupported value in preference ''{0}'', got ''{1}''. Using authentication method ''Basic Authentication''.",
     124            Logging.warn(tr("Unsupported value in preference ''{0}'', got ''{1}''. Using authentication method ''Basic Authentication''.",
    124125                    "osm-server.auth-method", authMethod));
    125126            rbBasicAuthentication.setSelected(true);
Note: See TracChangeset for help on using the changeset viewer.