From: JINMEI Tatuya Date: Tue, 5 Jun 2012 07:34:10 +0000 (-0700) Subject: [1513] reorder log messages X-Git-Tag: trac2351_base~226^2~59^2~7^2~1^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36b9d41e18ceda7768fedfc557346b51105b566d;p=thirdparty%2Fkea.git [1513] reorder log messages --- diff --git a/src/bin/ddns/ddns_messages.mes b/src/bin/ddns/ddns_messages.mes index 2a0a0afc19..a30eb3cb22 100644 --- a/src/bin/ddns/ddns_messages.mes +++ b/src/bin/ddns/ddns_messages.mes @@ -113,6 +113,13 @@ The b10-ddns process encountered an uncaught exception and will now shut down. This is indicative of a programming error and should not happen under normal circumstances. The exception type and message are printed. +% DDNS_UPDATE_NOTIFY notified %1 of updates to %2 +Debug message. b10-ddns has made updates to a zone based on an update +request and has successfully notified an external module of the updates. +The notified module will use that information for updating its own +state or any necessary protocol action such as zone reloading or sending +notify messages to secondary servers. + % DDNS_UPDATE_NOTIFY_FAIL failed to notify %1 of updates to %2: %3 b10-ddns has made updates to a zone based on an update request and tried to notify an external module of the updates, but the @@ -128,10 +135,3 @@ needs to examine this message and takes an appropriate action. In either case, this notification is generally expected to succeed; so the fact it fails itself means there's something wrong in the BIND 10 system, and it would be advisable to check other log messages. - -% DDNS_UPDATE_NOTIFY notified %1 of updates to %2 -Debug message. b10-ddns has made updates to a zone based on an update -request and has successfully notified an external module of the updates. -The notified module will use that information for updating its own -state or any necessary protocol action such as zone reloading or sending -notify messages to secondary servers.