Changeset 12620 in josm for trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java
- Timestamp:
- 2017-08-22T22:26:32+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java
r12581 r12620 19 19 import org.openstreetmap.josm.io.OsmApiInitializationException; 20 20 import org.openstreetmap.josm.io.OsmTransferCanceledException; 21 import org.openstreetmap.josm.tools.Logging; 21 22 22 23 /** … … 46 47 } 47 48 } catch (OsmTransferCanceledException e) { 48 Main.trace(e);49 Logging.trace(e); 49 50 return false; 50 51 } catch (OsmApiInitializationException e) { … … 62 63 if (osmPrimitive.isDeleted()) { 63 64 // if OsmPrimitive is going to be deleted we automatically shorten the value 64 Main.warn(65 Logging.warn( 65 66 tr("Automatically truncating value of tag ''{0}'' on deleted object {1}", 66 67 key,
Note:
See TracChangeset
for help on using the changeset viewer.
