Parcourir la source

[1513] reorder log messages

JINMEI Tatuya il y a 13 ans
Parent
commit
36b9d41e18
1 fichiers modifiés avec 7 ajouts et 7 suppressions
  1. 7 7
      src/bin/ddns/ddns_messages.mes

+ 7 - 7
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.