- Timestamp:
- 2020-04-12T23:55:52+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r16071 r16284 308 308 } 309 309 if (tracker.isErrorID(1)) { 310 Logging.warn("Abort loading of {0} since tracker errored with 1", file); 310 311 // the tracker catches OutOfMemory conditions 311 312 tracker.removeImage(img); … … 315 316 } 316 317 } else { 318 Logging.warn("Abort loading of {0} since it might not fit into memory", file); 317 319 img = null; 318 320 }
Note:
See TracChangeset
for help on using the changeset viewer.