Index: trunk/src/org/openstreetmap/josm/gui/MainApplication.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MainApplication.java	(revision 10906)
+++ trunk/src/org/openstreetmap/josm/gui/MainApplication.java	(revision 10909)
@@ -187,5 +187,5 @@
         Level logLevel = args.getLogLevel();
         Logging.setLogLevel(logLevel);
-        Main.info(tr("Log level is at ", logLevel));
+        Main.info(tr("Log level is at {0} ({1}, {2})", logLevel.getLocalizedName(), logLevel.getName(), logLevel.intValue()));
 
         Optional<String> language = args.getSingle(Option.LANGUAGE);
