From: Michal 'vorner' Vaner Date: Thu, 4 Apr 2013 08:34:18 +0000 (+0200) Subject: [2877] Sort logging messages X-Git-Tag: bind10-1.2.0beta1-release~483^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8af3f0612dd39b81283af83b5a930d0754dacf8;p=thirdparty%2Fkea.git [2877] Sort logging messages No real change, just sorting the messages in the message file. --- diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes index f44dfbacb0..f2a7eca9a4 100644 --- a/src/lib/datasrc/datasrc_messages.mes +++ b/src/lib/datasrc/datasrc_messages.mes @@ -83,11 +83,37 @@ with the content. The problem does not stop the new version from being used but it should still be checked and fixed. See the message to know what exactly is wrong with the data. +% DATASRC_DATABASE_ADDDIFF updated diff table for add: %1 %2 %3 +Debug message. A difference record for adding a record to the zone is being +appended to the difference table. The name, type and rdata of the record is +logged. + +% DATASRC_DATABASE_ADDNSEC3 added NSEC3 RR: %1 %2 +Debug message. A new NSEC3 record is added to the table. The hash and the rdata +is logged. + +% DATASRC_DATABASE_ADDRR added RR: %1 %2 %3 +Debug message. A new resource record is added to the table. The name, type and +rdata is logged. + % DATASRC_DATABASE_COVER_NSEC_UNSUPPORTED %1 doesn't support DNSSEC when asked for NSEC data covering %2 The datasource tried to provide an NSEC proof that the named domain does not exist, but the database backend doesn't support DNSSEC. No proof is included in the answer as a result. +% DATASRC_DATABASE_DELETEDIFF updated diff table for delete: %1 %2 %3 +Debug message. A difference record for removing a record from the zone is being +appended to the difference table. The name, type and rdata of the record is +logged. + +% DATASRC_DATABASE_DELETENSEC3 deleted NSEC3 RR: %1 %2 +Debug message. An NSEC3 record is removed from the table. The name, type and +rdata is logged. + +% DATASRC_DATABASE_DELETERR deleted RR: %1 %2 %3 +Debug message. A resource record is removed from the table. The name, type and +rdata is logged. + % DATASRC_DATABASE_FINDNSEC3 Looking for NSEC3 for %1 in %2 mode Debug information. A search in an database data source for NSEC3 that matches or covers the given name is being started. @@ -565,29 +591,3 @@ data source. % DATASRC_UNEXPECTED_QUERY_STATE unexpected query state This indicates a programming error. An internal task of unknown type was generated. - -% DATASRC_DATABASE_ADDDIFF updated diff table for add: %1 %2 %3 -Debug message. A difference record for adding a record to the zone is being -appended to the difference table. The name, type and rdata of the record is -logged. - -% DATASRC_DATABASE_DELETEDIFF updated diff table for delete: %1 %2 %3 -Debug message. A difference record for removing a record from the zone is being -appended to the difference table. The name, type and rdata of the record is -logged. - -% DATASRC_DATABASE_ADDNSEC3 added NSEC3 RR: %1 %2 -Debug message. A new NSEC3 record is added to the table. The hash and the rdata -is logged. - -% DATASRC_DATABASE_ADDRR added RR: %1 %2 %3 -Debug message. A new resource record is added to the table. The name, type and -rdata is logged. - -% DATASRC_DATABASE_DELETENSEC3 deleted NSEC3 RR: %1 %2 -Debug message. An NSEC3 record is removed from the table. The name, type and -rdata is logged. - -% DATASRC_DATABASE_DELETERR deleted RR: %1 %2 %3 -Debug message. A resource record is removed from the table. The name, type and -rdata is logged.