|
@@ -104,7 +104,7 @@ LoggerManager::init(const std::string& root, const char* file,
|
|
|
}
|
|
|
|
|
|
|
|
|
-/// Read local message file
|
|
|
+// Read local message file
|
|
|
// TODO This should be done after the configuration has been read so that
|
|
|
// the file can be placed in the local configuration
|
|
|
void
|
|
@@ -116,7 +116,7 @@ LoggerManager::readLocalMessageFile(const char* file) {
|
|
|
MessageReader reader(&dictionary);
|
|
|
try {
|
|
|
|
|
|
- // FIXEM: commented out for testing
|
|
|
+ // FIXME: commented out for testing
|
|
|
// logger.info(MSG_RDLOCMES).arg(file);
|
|
|
reader.readFile(file, MessageReader::REPLACE);
|
|
|
|