From: JINMEI Tatuya Date: Fri, 25 May 2012 03:22:37 +0000 (-0700) Subject: [1458] sort the log messages. X-Git-Tag: trac2351_base~226^2~64^2^2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6451dba2ce9ad4b2cf5ef63ff312136542abe4e;p=thirdparty%2Fkea.git [1458] sort the log messages. --- diff --git a/src/lib/python/isc/ddns/libddns_messages.mes b/src/lib/python/isc/ddns/libddns_messages.mes index be7140432e..ade01865a5 100644 --- a/src/lib/python/isc/ddns/libddns_messages.mes +++ b/src/lib/python/isc/ddns/libddns_messages.mes @@ -15,6 +15,16 @@ # 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.