[svn] commit: r1985 - /trunk/src/bin/auth/main.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Sat May 29 23:17:38 UTC 2010


Author: each
Date: Sat May 29 23:17:38 2010
New Revision: 1985

Log:
Merged changes from trac109 (the few that hadn't been rendered moot
by the removal of the non-ASIO query processing code).

Modified:
    trunk/src/bin/auth/main.cc

Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Sat May 29 23:17:38 2010
@@ -127,7 +127,7 @@
     }
 
     if (!use_ipv4 && !use_ipv6) {
-        cerr << "-4 and -6 can't coexist" << endl;
+        cerr << "[b10-auth] Error: -4 and -6 can't coexist" << endl;
         usage();
     }
 
@@ -152,6 +152,7 @@
 
         io_service = new asio_link::IOService(auth_server, port, use_ipv4,
                                               use_ipv6);
+        cout << "[b10-auth] Server started." << endl;
         io_service->run();
     } catch (const std::exception& ex) {
         cerr << ex.what() << endl;




More information about the bind10-changes mailing list