Index: /trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java	(revision 16070)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageDisplay.java	(revision 16071)
@@ -288,5 +288,5 @@
 
             if (mayFitMemory(((long) width)*height*4*2)) {
-                Logging.info("Loading {0} using default toolkit", file.getPath());
+                Logging.info(tr("Loading {0}", file.getPath()));
                 tracker.addImage(img, 1);
 
@@ -346,5 +346,5 @@
                     visibleRect = new VisRect(0, 0, width, height);
 
-                    Logging.info("Loaded {0} with dimensions {1}x{2} memoryTaken={3}m exifOrientationSwitchedDimension={4}",
+                    Logging.debug("Loaded {0} with dimensions {1}x{2} memoryTaken={3}m exifOrientationSwitchedDimension={4}",
                             file.getPath(), width, height, width*height*4/1024/1024, switchedDim);
                 }
