Bug 8497 - Provide config knob to disable the Forwarding Rule Manager reconciliation
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / impl / DeviceMastership.java
index 24ffa23280377801ad3da53e76302304fba4ed25..d53fa6e3144479a51ad7de065a97434f893f2c15 100644 (file)
@@ -55,7 +55,6 @@ public class DeviceMastership implements ClusterSingletonService, AutoCloseable
         LOG.info("FRM started for: {}", nodeId.getValue());
         deviceMastered.set(true);
         if(canReconcile()) {
-            LOG.info("Triggering reconciliation for device {}", nodeId.getValue());
             reconcliationAgent.reconcileConfiguration(fcnIID);
         }
     }