This commit fixes the followings
[controller.git] / opendaylight / topologymanager / src / main / java / org / opendaylight / controller / topologymanager / internal / TopologyManagerImpl.java
index 92d0c391d3694deade3dd564a12eee62a22ef9aa..9d24cc6fa89994a7014b15458010631e6ebb74f5 100644 (file)
@@ -94,6 +94,7 @@ public class TopologyManagerImpl implements ITopologyManager,
 
     void setTopologyManagerAware(ITopologyManagerAware s) {
         if (this.topologyManagerAware != null) {
+               log.debug("Adding ITopologyManagerAware: " + s);
             this.topologyManagerAware.add(s);
         }
     }