]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1458] sort the log messages.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 25 May 2012 03:22:37 +0000 (20:22 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 25 May 2012 03:22:37 +0000 (20:22 -0700)
src/lib/python/isc/ddns/libddns_messages.mes

index be7140432ed09a648fe158b3c44f08d50f2ac06a..ade01865a56c763f021df7e8f4801ea0bf3ed03f 100644 (file)
 # No namespace declaration - these constants go in the global namespace
 # 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
 Debug message.  An error is found in processing a dynamic update
 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
 b10-ddns, the server will respond to the request with an RCODE of
 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.