Browse Source

[1458] sort the log messages.

JINMEI Tatuya 13 years ago
parent
commit
d6451dba2c
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/lib/python/isc/ddns/libddns_messages.mes

+ 10 - 10
src/lib/python/isc/ddns/libddns_messages.mes

@@ -15,6 +15,16 @@
 # No namespace declaration - these constants go in the global namespace
 # No namespace declaration - these constants go in the global namespace
 # of the libddns_messages python module.
 # of the libddns_messages python module.
 
 
+% LIBDDNS_UPDATE_APPROVED update client %1 for zone %2 approved
+Debug message.  An update request was approved in terms of the zone's
+update ACL.
+
+% LIBDDNS_UPDATE_DROPPED update client %1 for zone %2 dropped
+Informational message.  An update request was denied because it was
+rejected by the zone's update ACL.  When this library is used by
+b10-ddns, the server will then completely ignore the request; no
+response will be sent.
+
 % LIBDDNS_UPDATE_ERROR update client %1 for zone %2: %3
 % LIBDDNS_UPDATE_ERROR update client %1 for zone %2: %3
 Debug message.  An error is found in processing a dynamic update
 Debug message.  An error is found in processing a dynamic update
 request.  This log message is used for general errors that are not
 request.  This log message is used for general errors that are not
@@ -45,13 +55,3 @@ Informational message.  An update request was denied because it was
 rejected by the zone's update ACL.  When this library is used by
 rejected by the zone's update ACL.  When this library is used by
 b10-ddns, the server will respond to the request with an RCODE of
 b10-ddns, the server will respond to the request with an RCODE of
 REFUSED as described in Section 3.3 of RFC2136.
 REFUSED as described in Section 3.3 of RFC2136.
-
-% LIBDDNS_UPDATE_DROPPED update client %1 for zone %2 dropped
-Informational message.  An update request was denied because it was
-rejected by the zone's update ACL.  When this library is used by
-b10-ddns, the server will then completely ignore the request; no
-response will be sent.
-
-% LIBDDNS_UPDATE_APPROVED update client %1 for zone %2 approved
-Debug message.  An update request was approved in terms of the zone's
-update ACL.