BIND 10 trac555, updated. 4e058c0c696584bac4b299f241ca5e74d7121b06 [trac555] Header comment changes as a result of review
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 2 13:10:44 UTC 2011
The branch, trac555 has been updated
via 4e058c0c696584bac4b299f241ca5e74d7121b06 (commit)
from a61bc91e4109168327481710f17affe728af80d5 (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 4e058c0c696584bac4b299f241ca5e74d7121b06
Author: Stephen Morris <stephen at isc.org>
Date: Thu Jun 2 14:10:18 2011 +0100
[trac555] Header comment changes as a result of review
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/logger_manager.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/logger_manager.h b/src/lib/log/logger_manager.h
index fbcc9b0..033de65 100644
--- a/src/lib/log/logger_manager.h
+++ b/src/lib/log/logger_manager.h
@@ -85,9 +85,10 @@ public:
/// an attempt is made to log a message before this is function is called,
/// the results will be dependent on the underlying logging package.
///
- /// \param root Name of the root logger. This can be NULL, but should be
- /// set to the name of the program.
- /// \param file Name of the local message file (if there is one).
+ /// \param root Name of the root logger. This should be set to the name of
+ /// the program.
+ /// \param file Name of the local message file. This must be NULL if there
+ /// is no local message file.
/// \param severity Severity at which to log
/// \param dbglevel Debug severity (ignored if "severity" is not "DEBUG")
static void init(const std::string& root, const char* file = NULL,
More information about the bind10-changes
mailing list