BIND 10 trac558, updated. f0324078a088345812c5397317b66445b02f82be [trac558] minor editorial fixes: missing parentheses and comment working.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 14 20:20:09 UTC 2011


The branch, trac558 has been updated
       via  f0324078a088345812c5397317b66445b02f82be (commit)
      from  297c145c01d18f73e2b453ef968426352815dda6 (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 f0324078a088345812c5397317b66445b02f82be
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Feb 14 12:17:19 2011 -0800

    [trac558] minor editorial fixes: missing parentheses and comment working.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/log/root_logger_name.cc |    2 +-
 src/lib/log/root_logger_name.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/log/root_logger_name.cc b/src/lib/log/root_logger_name.cc
index b8362b9..58d9407 100644
--- a/src/lib/log/root_logger_name.cc
+++ b/src/lib/log/root_logger_name.cc
@@ -37,7 +37,7 @@ setRootLoggerName(const std::string& name) {
 }
 
 const std::string& getRootLoggerName() {
-    return getRootLoggerNameInternal();
+    return (getRootLoggerNameInternal());
 }
 
 } // namespace log
diff --git a/src/lib/log/root_logger_name.h b/src/lib/log/root_logger_name.h
index 29537fa..9d50332 100644
--- a/src/lib/log/root_logger_name.h
+++ b/src/lib/log/root_logger_name.h
@@ -19,7 +19,7 @@
 
 /// \brief Define Name of Root Logger
 ///
-/// IN BIND-10, the name root logger of a program is the name of the program
+/// In BIND-10, the name root logger of a program is the name of the program
 /// itself (in contrast to packages such as log4cxx where the root logger name
 //  is something like ".").  These trivial functions allow the setting and
 // getting of that name by the logger classes.




More information about the bind10-changes mailing list