BIND 10 trac555, updated. fd99c6922384541b484e5e3ac4422d8472011b42 [trac555] Fix typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 27 08:56:54 UTC 2011
The branch, trac555 has been updated
via fd99c6922384541b484e5e3ac4422d8472011b42 (commit)
from 475624c79f83adc6befd4d631eeaf83d83fe89f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fd99c6922384541b484e5e3ac4422d8472011b42
Author: Stephen Morris <stephen at isc.org>
Date: Fri May 27 09:56:39 2011 +0100
[trac555] Fix typo
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/logger_manager.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/logger_manager.cc b/src/lib/log/logger_manager.cc
index 71c26af..3c801bc 100644
--- a/src/lib/log/logger_manager.cc
+++ b/src/lib/log/logger_manager.cc
@@ -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);
More information about the bind10-changes
mailing list