]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog for trac4293
authorStephen Morris <stephen@isc.org>
Wed, 6 Apr 2016 14:33:18 +0000 (15:33 +0100)
committerStephen Morris <stephen@isc.org>
Wed, 6 Apr 2016 14:33:18 +0000 (15:33 +0100)
ChangeLog

index 2bda247c6477cb1a7bc01415cb9c02f255179768..e523642db7f4c12398199d2cf4754a5d6c2fa51f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1101.  [bug]           stephen
+       Made DHCPSRV_MEMFILE_LFC_UNREGISTER_TIMER_FAILED a debug message as the
+       condition leading to it (trying to unregister a timer that is not
+       registered) does not have an adverse effect on the operation of Kea.
+       (Trac #4293, git 06204c5d347d0df359af69974c155d0fa9725b44)
+
 1100.  [bug]           tmark
        Wrapped asio/asio.hpp with logic to suppress optimization when building
        under GCC 5.2.0 through 5.3.1 and BOOST_ERROR_CODE_HEADER only is defined.