Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f8af3f06
Commit
f8af3f06
authored
Apr 04, 2013
by
Michal 'vorner' Vaner
Browse files
[2877] Sort logging messages
No real change, just sorting the messages in the message file.
parent
583b148b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/datasrc_messages.mes
View file @
f8af3f06
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment