]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2025] Rename message id and description
authorMukund Sivaraman <muks@isc.org>
Mon, 25 Jun 2012 18:32:04 +0000 (00:02 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 25 Jun 2012 18:32:11 +0000 (00:02 +0530)
This is done so there is no misunderstanding about whether b10-auth is
processing NOTIFYs.

src/bin/auth/auth_messages.mes
src/bin/auth/auth_srv.cc
tests/lettuce/features/xfrin_notify_handling.feature

index 0805d855fd0a8f294c230a80e1cb6f7c450d707e..61de3ee0f59b25d3d0b4535e6ffcde58d69e0d6f 100644 (file)
@@ -110,8 +110,8 @@ look into the cause and address the issue.  The log message includes
 the client's address (and port), and the error message sent from the
 lower layer that detects the failure.
 
-% AUTH_PROCESS_NOTIFY processing incoming NOTIFY for zone name %1, zone class %2
-This is a debug message reporting that an incoming NOTIFY is being processed.
+% AUTH_RECEIVED_NOTIFY received incoming NOTIFY for zone name %1, zone class %2
+This is a debug message reporting that an incoming NOTIFY was received.
 
 % AUTH_NOTIFY_QUESTIONS invalid number of questions (%1) in incoming NOTIFY
 This debug message is logged by the authoritative server when it receives
index f06f0238cbe4b2fb5b2c1d70240f3dccc9bd180e..6563cb7c8aaa6dedc36a900141e24ecf82c11385 100644 (file)
@@ -828,7 +828,7 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
         return (false);
     }
 
-    LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_PROCESS_NOTIFY)
+    LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_RECEIVED_NOTIFY)
       .arg(question->getName().toText()).arg(question->getClass().toText());
 
     const string remote_ip_address =
index 06bda77e92da3fb797ceb1faf5574265f836f9d5..2a445b6e8d30915f3029f893112936a194c5b663 100644 (file)
@@ -20,7 +20,7 @@ Feature: Xfrin incoming notify handling
 
     When I send bind10 with cmdctl port 47804 the command Xfrout notify example.org IN
     Then wait for new master stderr message XFROUT_NOTIFY_COMMAND
-    Then wait for new bind10 stderr message AUTH_PROCESS_NOTIFY
+    Then wait for new bind10 stderr message AUTH_RECEIVED_NOTIFY
     Then wait for new bind10 stderr message ZONEMGR_RECEIVE_NOTIFY
     Then wait for new bind10 stderr message XFRIN_XFR_TRANSFER_STARTED
     Then wait for new bind10 stderr message XFRIN_TRANSFER_SUCCESS not XFRIN_XFR_PROCESS_FAILURE