]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2877] Sort logging messages
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 4 Apr 2013 08:34:18 +0000 (10:34 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 4 Apr 2013 08:34:18 +0000 (10:34 +0200)
No real change, just sorting the messages in the message file.

src/lib/datasrc/datasrc_messages.mes

index f44dfbacb05130d7f5b7799cbbdfc2e88cf7f887..f2a7eca9a400621793b8bd2b32fdd99df0732106 100644 (file)
@@ -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.