Changeset 33547 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
- Timestamp:
- 2017-08-26T21:28:34+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
r32910 r33547 15 15 import org.openstreetmap.josm.data.coor.LatLon; 16 16 import org.openstreetmap.josm.io.UTFInputStreamReader; 17 import org.openstreetmap.josm.tools.Logging; 17 18 import org.xml.sax.Attributes; 18 19 import org.xml.sax.InputSource; … … 163 164 // On one hand, we don't care, but this situation is one 164 165 // of those "it can never happen" cases. 165 System.err.println(ex.getMessage());166 Logging.warn(ex); 166 167 } 167 168 parsingOffset = false;
Note:
See TracChangeset
for help on using the changeset viewer.
