]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1513] reorder log messages
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 5 Jun 2012 07:34:10 +0000 (00:34 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 5 Jun 2012 07:34:10 +0000 (00:34 -0700)
src/bin/ddns/ddns_messages.mes

index 2a0a0afc19c36d17a93508135c8959173c47f877..a30eb3cb2225836e0a9bdb5453a9104434cc9d80 100644 (file)
@@ -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.