Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 3170)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 3171)
@@ -162,7 +162,7 @@
 			}
 			
-			logger.debug("Resource bundle for locale {} loaded", locale); //$NON-NLS-1$
+			logger.debug("Resource bundle for locale '{}' loaded", locale); //$NON-NLS-1$
 		} else {
-			logger.debug("No resource bundle for locale {} found, loading default bundle", locale); //$NON-NLS-1$
+			logger.debug("No resource bundle for locale '{}' found, loading default bundle", locale); //$NON-NLS-1$
 			
 			ResourceBundle base = null;
