[svn] commit: r2924 - /branches/trac191-rebased/src/bin/auth/auth_srv.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 15 00:49:57 UTC 2010


Author: naokikambe
Date: Wed Sep 15 00:49:57 2010
New Revision: 2924

Log:
- fix process name in the verbose message
- add another verbose message

Modified:
    branches/trac191-rebased/src/bin/auth/auth_srv.cc

Modified: branches/trac191-rebased/src/bin/auth/auth_srv.cc
==============================================================================
--- branches/trac191-rebased/src/bin/auth/auth_srv.cc (original)
+++ branches/trac191-rebased/src/bin/auth/auth_srv.cc Wed Sep 15 00:49:57 2010
@@ -570,7 +570,7 @@
             + "udp" + command_template_end;
     } else {
         // unknown protocol
-        cerr << "[     b10-auth] got unknown protocol: " << protocol
+        cerr << "[b10-auth] got unknown protocol: " << protocol
              << endl;
         return (false);
     }
@@ -581,6 +581,9 @@
         const unsigned int seq =
             xfrin_session_->group_sendmsg(stats_command, "Stats",
                                           "*", "*");
+        if (verbose_mode_) {
+            cerr << "[b10-auth] send statistics: " << command_str << endl;
+        }
         ConstElementPtr env, answer, parsed_answer;
         xfrin_session_->group_recvmsg(env, answer, false, seq);
         int rcode;




More information about the bind10-changes mailing list