Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
fd99c692
Commit
fd99c692
authored
May 27, 2011
by
Stephen Morris
Browse files
[trac555] Fix typo
parent
475624c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/log/logger_manager.cc
View file @
fd99c692
...
...
@@ -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
{
// FIX
E
M: commented out for testing
// FIXM
E
: commented out for testing
// logger.info(MSG_RDLOCMES).arg(file);
reader
.
readFile
(
file
,
MessageReader
::
REPLACE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment