Handling port up down event for Bug 3558
[vpnservice.git] / mdsalutil / mdsalutil-impl / src / main / java / org / opendaylight / vpnservice / mdsalutil / internal / MDSALManager.java
index fc9a5ff782b1544905175c0da2861be0ab5c114a..5ca603cab20c0536699c4986291dc60a3b3bb7c0 100644 (file)
@@ -172,6 +172,7 @@ public class MDSALManager implements AutoCloseable {
 
     public void removeFlow(FlowEntity flowEntity) {
         try {
+            s_logger.debug("Remove flow {}",flowEntity);
             Node nodeDpn = buildDpnNode(flowEntity.getDpnId());
             FlowKey flowKey = new FlowKey(new FlowId(flowEntity.getFlowId()));
             InstanceIdentifier<Flow> flowInstanceId = InstanceIdentifier.builder(Nodes.class)