BUG 3121 - destroy topic implementation
[controller.git] / opendaylight / md-sal / messagebus-impl / src / main / java / org / opendaylight / controller / messagebus / eventsources / netconf / NetconfEventSourceRegistration.java
index 891887e7f68d03573544abb54726ec80b348087e..2dbda375c6a08df3746fe9b38488bddd69191466 100644 (file)
@@ -60,7 +60,7 @@ public class NetconfEventSourceRegistration implements AutoCloseable{
         }
         NetconfEventSourceRegistration nesr = new NetconfEventSourceRegistration(instanceIdent, node, netconfEventSourceManager);
         nesr.updateStatus();
-        LOG.info("NetconfEventSourceRegistration for node {} has been initialized...",node.getNodeId().getValue());
+        LOG.debug("NetconfEventSourceRegistration for node {} has been initialized...",node.getNodeId().getValue());
         return nesr;
     }