- Timestamp:
- 2020-03-08T10:37:57+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
r15333 r16071 288 288 289 289 if (mayFitMemory(((long) width)*height*4*2)) { 290 Logging.info( "Loading {0} using default toolkit", file.getPath());290 Logging.info(tr("Loading {0}", file.getPath())); 291 291 tracker.addImage(img, 1); 292 292 … … 346 346 visibleRect = new VisRect(0, 0, width, height); 347 347 348 Logging. info("Loaded {0} with dimensions {1}x{2} memoryTaken={3}m exifOrientationSwitchedDimension={4}",348 Logging.debug("Loaded {0} with dimensions {1}x{2} memoryTaken={3}m exifOrientationSwitchedDimension={4}", 349 349 file.getPath(), width, height, width*height*4/1024/1024, switchedDim); 350 350 }
Note:
See TracChangeset
for help on using the changeset viewer.