]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1944] Add a missing placeholder for number of labels
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 24 May 2012 12:07:48 +0000 (14:07 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 25 May 2012 11:18:24 +0000 (13:18 +0200)
The DATASRC_DATABASE_FINDNSEC3_COVER logging message was missing a
placeholder. Added.

src/lib/datasrc/datasrc_messages.mes

index a9870d6fa05d8917b2065a674339da5f3a2c724c..9cfb3ef02a943035d0a5d5991b15039eaf4b8c8f 100644 (file)
@@ -79,9 +79,12 @@ in the answer as a result.
 Debug information. A search in an database data source for NSEC3 that
 matches or covers the given name is being started.
 
-% DATASRC_DATABASE_FINDNSEC3_COVER found a covering NSEC3 for %1: %2
+% DATASRC_DATABASE_FINDNSEC3_COVER found a covering NSEC3 for %1 at label count %2: %3
 Debug information. An NSEC3 that covers the given name is found and
-being returned.  The found NSEC3 RRset is also displayed.
+being returned.  The found NSEC3 RRset is also displayed. When the shown label
+count is smaller than that of the given name, the matching NSEC3 is for a
+superdomain of the given name (see DATASRC_DATABSE_FINDNSEC3_TRYHASH).  The
+found NSEC3 RRset is also displayed.
 
 % DATASRC_DATABASE_FINDNSEC3_MATCH found a matching NSEC3 for %1 at label count %2: %3
 Debug information. An NSEC3 that matches (a possibly superdomain of)