BIND 10 master, updated. 2730ac6f20e6512c9c72cf22e0fe223f9bf66b09 [master] canceled an experimental change that was accidentally committed.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 2 18:35:24 UTC 2012


The branch, master has been updated
       via  2730ac6f20e6512c9c72cf22e0fe223f9bf66b09 (commit)
      from  c12cdc5ffe704bca024a84223774871e5049f90f (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 2730ac6f20e6512c9c72cf22e0fe223f9bf66b09
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Mar 2 10:34:52 2012 -0800

    [master] canceled an experimental change that was accidentally committed.

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

Summary of changes:
 src/bin/auth/main.cc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/main.cc b/src/bin/auth/main.cc
index 0db770c..fc2f751 100644
--- a/src/bin/auth/main.cc
+++ b/src/bin/auth/main.cc
@@ -25,8 +25,6 @@
 #include <cassert>
 #include <iostream>
 
-#include <boost/lexical_cast.hpp>
-
 #include <exceptions/exceptions.h>
 
 #include <util/buffer.h>
@@ -118,8 +116,7 @@ main(int argc, char* argv[]) {
     }
 
     // Initialize logging.  If verbose, we'll use maximum verbosity.
-    isc::log::initLogger(string(AUTH_NAME) + " (" +
-                         boost::lexical_cast<string>(getpid()) + ")",
+    isc::log::initLogger(AUTH_NAME,
                          (verbose ? isc::log::DEBUG : isc::log::INFO),
                          isc::log::MAX_DEBUG_LEVEL, NULL);
 



More information about the bind10-changes mailing list