BIND 10 trac2138, updated. a8f8eafe5ed789692b1fbcda3172a7b508b50daa [2138] Removed logging when auth processes "getstats" command.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 23 10:32:19 UTC 2012
The branch, trac2138 has been updated
via a8f8eafe5ed789692b1fbcda3172a7b508b50daa (commit)
from c5e8785d2cbc2e22cafa89a8d7b9c0c20dc024c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a8f8eafe5ed789692b1fbcda3172a7b508b50daa
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date: Thu Aug 23 19:24:44 2012 +0900
[2138] Removed logging when auth processes "getstats" command.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/auth_messages.mes | 4 ----
src/bin/auth/command.cc | 1 -
2 files changed, 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_messages.mes b/src/bin/auth/auth_messages.mes
index 7209cb6..01a18a1 100644
--- a/src/bin/auth/auth_messages.mes
+++ b/src/bin/auth/auth_messages.mes
@@ -164,10 +164,6 @@ a command on the command channel.
% 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_RECEIVED_GETSTATS command 'getstats' received
-This is a debug message issued when the authoritative server has received
-a command from the statistics module to send it data.
-
% AUTH_RESPONSE_FAILURE exception while building response to query: %1
This is a debug message, generated by the authoritative server when an
attempt to create a response to a received DNS packet has failed. The
diff --git a/src/bin/auth/command.cc b/src/bin/auth/command.cc
index 225f581..578ddc9 100644
--- a/src/bin/auth/command.cc
+++ b/src/bin/auth/command.cc
@@ -148,7 +148,6 @@ class GetStatsCommand : public AuthCommand {
public:
virtual ConstElementPtr exec(AuthSrv& server,
isc::data::ConstElementPtr) {
- LOG_DEBUG(auth_logger, DBG_AUTH_OPS, AUTH_RECEIVED_GETSTATS);
return (createAnswer(0, server.getStatistics()));
}
};
More information about the bind10-changes
mailing list