summaryrefslogtreecommitdiffstats
path: root/src/bin/auth/main.cc
diff options
context:
space:
mode:
authorStephen Morris <stephen@isc.org>2011-06-21 14:06:57 +0200
committerStephen Morris <stephen@isc.org>2011-06-21 14:06:57 +0200
commit925ac83b98b02abec3f7f2a70b7c83170f851e29 (patch)
tree8bdac01208c43b1e9149e4e65f09bb4e95f7478a /src/bin/auth/main.cc
parent[trac738] Added final set of messages to b10-auth (diff)
downloadkea-925ac83b98b02abec3f7f2a70b7c83170f851e29.tar.xz
kea-925ac83b98b02abec3f7f2a70b7c83170f851e29.zip
[trac738] Adjusted name and description of some messages
Diffstat (limited to 'src/bin/auth/main.cc')
-rw-r--r--src/bin/auth/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/auth/main.cc b/src/bin/auth/main.cc
index 8a225acc80..31740cd6bc 100644
--- a/src/bin/auth/main.cc
+++ b/src/bin/auth/main.cc
@@ -157,7 +157,7 @@ main(int argc, char* argv[]) {
DNSService dns_service(io_service, checkin, lookup, answer);
auth_server->setDNSService(dns_service);
- LOG_DEBUG(auth_logger, DBG_AUTH_START, AUTH_DNSSERVICES_CREATED);
+ LOG_DEBUG(auth_logger, DBG_AUTH_START, AUTH_DNS_SERVICES_CREATED);
cc_session = new Session(io_service.get_io_service());
LOG_DEBUG(auth_logger, DBG_AUTH_START, AUTH_CONFIG_CHANNEL_CREATED);