Browse Source

[3195] Unicast log message bumped up to INFO.

Tomek Mrugalski 11 years ago
parent
commit
4262039282
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/dhcp6/dhcp6_srv.cc

+ 1 - 2
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);
         }