Make affinity data structures serializable, cloneable.
[affinity.git] / flatl2 / src / main / java / org / opendaylight / affinity / flatl2 / FlatL2AffinityImpl.java
index 506434952d38556841341c33bf95c95c00ad6b96..7b9de3bcc960a5a0b8c2d262ace7271906109d9f 100644 (file)
@@ -279,6 +279,7 @@ public class FlatL2AffinityImpl implements IfNewHostNotify {
     // Called via northbound API -- push all affinities. 
     public boolean enableAllAffinityLinks() {
         this.nodelist = switchManager.getNodes();
+        log.info("Enable all affinity links.");
         if (this.nodelist == null) {
             log.debug("No nodes in network.");
             return true;