BIND 10 trac575, updated. a11457e48a05d0e398e09200f049ce6b957a2dfb [trac575] Enable dummy log in auth

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Feb 19 18:14:44 UTC 2011


The branch, trac575 has been updated
       via  a11457e48a05d0e398e09200f049ce6b957a2dfb (commit)
      from  fb41e495d0db3b46248782bd952eaa1de121cd8e (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 a11457e48a05d0e398e09200f049ce6b957a2dfb
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sat Feb 19 19:13:37 2011 +0100

    [trac575] Enable dummy log in auth
    
    As it is used by the port setting machinery, we want it to be showed
    when we are verbose. The logging is still not updated to the new API, as
    the machinery is just copy & paste now.

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/auth/main.cc b/src/bin/auth/main.cc
index 849b242..275ae7d 100644
--- a/src/bin/auth/main.cc
+++ b/src/bin/auth/main.cc
@@ -42,6 +42,7 @@
 #include <auth/change_user.h>
 #include <auth/auth_srv.h>
 #include <asiolink/asiolink.h>
+#include <log/dummylog.h>
 
 using namespace std;
 using namespace isc::data;
@@ -98,6 +99,7 @@ main(int argc, char* argv[]) {
             break;
         case 'v':
             verbose_mode = true;
+            isc::log::denabled = true;
             break;
         case '?':
         default:




More information about the bind10-changes mailing list