BIND 10 trac3195, updated. 426203928242be40458c4e2ea861257e32424b14 [3195] Unicast log message bumped up to INFO.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 15 16:52:24 UTC 2013


The branch, trac3195 has been updated
       via  426203928242be40458c4e2ea861257e32424b14 (commit)
      from  f8487b5689486f3563f6b7546ecd867f473d74b1 (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 426203928242be40458c4e2ea861257e32424b14
Author: Tomek Mrugalski <tomasz at isc.org>
Date:   Tue Oct 15 18:52:11 2013 +0200

    [3195] Unicast log message bumped up to INFO.

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 295774c..2a27e67 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -2247,8 +2247,7 @@ Dhcpv6Srv::openActiveSockets(const uint16_t port) {
 
         const IOAddress* unicast = CfgMgr::instance().getUnicast(iface->getName());
         if (unicast) {
-            LOG_DEBUG(dhcp6_logger, DBG_DHCP6_BASIC, DHCP6_SOCKET_UNICAST)
-                .arg(unicast->toText())
+            LOG_INFO(dhcp6_logger, DHCP6_SOCKET_UNICAST).arg(unicast->toText())
                 .arg(iface->getName());
             iface_ptr->addUnicast(*unicast);
         }



More information about the bind10-changes mailing list