BIND 10 trac2326, updated. 0974318566abe08d0702ddd185156842c6642424 [2326] Loglevel lowered for one DHCPv6 message.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jan 3 13:26:48 UTC 2013


The branch, trac2326 has been updated
       via  0974318566abe08d0702ddd185156842c6642424 (commit)
      from  31147f0f82fd1e1b8ead164153599269822517ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0974318566abe08d0702ddd185156842c6642424
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Thu Jan 3 14:26:38 2013 +0100

    [2326] Loglevel lowered for one DHCPv6 message.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/dhcp6_srv.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index a4173e4..a58e064 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -808,7 +808,7 @@ OptionPtr Dhcpv6Srv::releaseIA_NA(const DuidPtr& duid, Pkt6Ptr question,
     if (*duid != *(lease->duid_)) {
         // Sorry, it's not your address. You can't release it.
 
-        LOG_WARN(dhcp6_logger, DHCP6_RELEASE_FAIL_WRONG_DUID)
+        LOG_INFO(dhcp6_logger, DHCP6_RELEASE_FAIL_WRONG_DUID)
             .arg(duid->toText())
             .arg(release_addr->getAddress().toText())
             .arg(lease->duid_->toText());



More information about the bind10-changes mailing list