Index: lams_common/src/java/org/lamsfoundation/lams/tool/OutputFactory.java =================================================================== diff -u -rb036e6dd6d2afe9c0e0b9143c9be3af1d53a1e0e -rd08f169c2d91b13d70f7fa94a8032b4890285d9e --- lams_common/src/java/org/lamsfoundation/lams/tool/OutputFactory.java (.../OutputFactory.java) (revision b036e6dd6d2afe9c0e0b9143c9be3af1d53a1e0e) +++ lams_common/src/java/org/lamsfoundation/lams/tool/OutputFactory.java (.../OutputFactory.java) (revision d08f169c2d91b13d70f7fa94a8032b4890285d9e) @@ -160,12 +160,12 @@ try { translatedText = tmpMsgSource.getMessage(key, null, locale); } catch (NoSuchMessageException e) { - log.warn("Unable to internationalise the text for key " + key - + " as no matching key found in the msgSource"); +// log.warn("Unable to internationalise the text for key " + key +// + " as no matching key found in the msgSource"); } } else { - log.warn("Unable to internationalise the text for key " + key - + " as no matching key found in the msgSource. The tool's OutputDefinition factory needs to set either (a) messageSource or (b) loadedMessageSourceService and languageFilename."); +// log.warn("Unable to internationalise the text for key " + key +// + " as no matching key found in the msgSource. The tool's OutputDefinition factory needs to set either (a) messageSource or (b) loadedMessageSourceService and languageFilename."); } if (translatedText == null || translatedText.length() == 0) {