[svn] commit: r2180 - /branches/trac221/src/bin/auth/auth_srv.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sun Jun 20 07:52:52 UTC 2010


Author: jinmei
Date: Sun Jun 20 07:52:34 2010
New Revision: 2180

Log:
logging message style

Modified:
    branches/trac221/src/bin/auth/auth_srv.cc

Modified: branches/trac221/src/bin/auth/auth_srv.cc
==============================================================================
--- branches/trac221/src/bin/auth/auth_srv.cc (original)
+++ branches/trac221/src/bin/auth/auth_srv.cc Sun Jun 20 07:52:34 2010
@@ -318,7 +318,7 @@
         xfr_client.disconnect();
     } catch (const exception& err) { // XXX: avoid catch-all catch!!
         if (verbose_mode_) {
-            cerr << "[b10-auth] Error in handling XFR request:" << err.what()
+            cerr << "[b10-auth] Error in handling XFR request: " << err.what()
                  << endl;
         }
         // XXX: should return an error (SERVFAIL?)




More information about the bind10-changes mailing list