[svn] commit: r1382 - /trunk/src/bin/auth/auth_srv.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 12 23:34:15 UTC 2010
Author: jinmei
Date: Fri Mar 12 23:34:15 2010
New Revision: 1382
Log:
made sure debug messages would be sent to cerr, not cout
Modified:
trunk/src/bin/auth/auth_srv.cc
Modified: trunk/src/bin/auth/auth_srv.cc
==============================================================================
--- trunk/src/bin/auth/auth_srv.cc (original)
+++ trunk/src/bin/auth/auth_srv.cc Fri Mar 12 23:34:15 2010
@@ -254,7 +254,7 @@
if (config) {
db_file_ = config->get("database_file")->stringValue();
if (verbose_mode_) {
- cout << "[AuthSrv] Data source database file: " << db_file_ << endl;
+ cerr << "[AuthSrv] Data source database file: " << db_file_ << endl;
}
}
More information about the bind10-changes
mailing list