From: Michal 'vorner' Vaner Date: Thu, 24 May 2012 12:07:48 +0000 (+0200) Subject: [1944] Add a missing placeholder for number of labels X-Git-Tag: trac2351_base~226^2~64^2^2~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eacdcb4322f7fc89f35af526768bf42403ad09a6;p=thirdparty%2Fkea.git [1944] Add a missing placeholder for number of labels The DATASRC_DATABASE_FINDNSEC3_COVER logging message was missing a placeholder. Added. --- diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes index a9870d6fa0..9cfb3ef02a 100644 --- a/src/lib/datasrc/datasrc_messages.mes +++ b/src/lib/datasrc/datasrc_messages.mes @@ -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)