diff options
author | Mukund Sivaraman <muks@isc.org> | 2014-02-06 10:01:17 +0100 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2014-02-06 10:01:17 +0100 |
commit | 8b413f0b6f0325a124af6e170e9c96016d032007 (patch) | |
tree | e091a297313fbd71ab7fd76472cb9bd2d50c088e /src/bin/auth/auth_messages.mes | |
parent | [2168] Fix more unittests (diff) | |
parent | Merge branch 'trac956' (diff) | |
download | kea-8b413f0b6f0325a124af6e170e9c96016d032007.tar.xz kea-8b413f0b6f0325a124af6e170e9c96016d032007.zip |
Merge branch 'master' into trac2168
Conflicts:
src/lib/dns/tests/rrset_unittest.cc
Diffstat (limited to 'src/bin/auth/auth_messages.mes')
-rw-r--r-- | src/bin/auth/auth_messages.mes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/auth/auth_messages.mes b/src/bin/auth/auth_messages.mes index e5b655aa9c..5009de8559 100644 --- a/src/bin/auth/auth_messages.mes +++ b/src/bin/auth/auth_messages.mes @@ -383,11 +383,11 @@ This message is also logged when the forwarding is restarted (for instance if b10-ddns is restarted and the internal connection needs to be created again), in which case it should be followed by AUTH_START_DDNS_FORWARDER. -% AUTH_UNSUPPORTED_OPCODE unsupported opcode: %1 +% AUTH_UNSUPPORTED_OPCODE unsupported opcode %1 received from %2 This is a debug message, produced when a received DNS packet being processed by the authoritative server has been found to contain an -unsupported opcode. (The opcode is included in the message.) The server -will return an error code of NOTIMPL to the sender. +unsupported opcode. (The opcode and sender details are included in the +message.) The server will return an error code of NOTIMPL to the sender. % AUTH_XFRIN_CHANNEL_CREATED XFRIN session channel created This is a debug message indicating that the authoritative server has |