]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added entry 627.
authorThomas Markwalder <tmark@isc.org>
Tue, 11 Jun 2013 17:03:48 +0000 (13:03 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 11 Jun 2013 17:03:48 +0000 (13:03 -0400)
ChangeLog

index 7d3eff340338b2c4bb0bf95b5282317e4a51f5da..fe779ea5d885d5ccbe24d9b924aa1a8570b5826a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+627            [func]          tmark
+       Logger name for DHCP-DDNS has been changed from "d2_logger" to "dhcpddns".
+       In addition, its log messages now use two suffixes, DCTL_ for logs the
+       emanate from the underlying base classes, and DHCP_DDNS_ for logs which
+       emanate from DHCP-DDNS specific code
+       (trac #2978 git 5aec5fb20b0486574226f89bd877267cb9116921) 
+
 626.   [func]          tmark
        Created the initial implementation of DHCP-DDNS service
        controller class, D2Controller, and the abstract class from