]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] add missing logger placeholder for RESOLVER_NON_IN_PACKET
authorJeremy C. Reed <jreed@ISC.org>
Thu, 18 Oct 2012 15:54:00 +0000 (10:54 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 18 Oct 2012 15:54:00 +0000 (10:54 -0500)
See ticket #2366 for details.

Okayed by muks on jabber.

Note that no test checked this and I don't introduce any test
since I am pretty sure this code will no exist in any production
version of a resolver (since won't limit IN only).

src/bin/resolver/resolver_messages.mes

index 34a97ae49e6eab9365fbb397140bc0039d56623a..214519bd00a864e13e1c313b9ce6ca39912a9500 100644 (file)
@@ -108,7 +108,7 @@ This error is issued when a resolver configuration update has specified
 a negative retry count: only zero or positive values are valid.  The
 configuration update was abandoned and the parameters were not changed.
 
-% RESOLVER_NON_IN_PACKET non-IN class request received, returning REFUSED message
+% RESOLVER_NON_IN_PACKET non-IN class (%1) request received, returning REFUSED message
 This debug message is issued when resolver has received a DNS packet that
 was not IN (Internet) class.  The resolver cannot handle such packets,
 so is returning a REFUSED response to the sender.