All openflow nodes are not getting listed in the output of getallnodes in controller...
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / impl / FlowNodeReconciliationImpl.java
index 9859e9cce40b263e68e66c978f67a074652b60f8..86e3c8a1fed7d966bd3bf3addfde7ea6af5a3d93 100644 (file)
@@ -305,7 +305,7 @@ public class FlowNodeReconciliationImpl implements FlowNodeReconciliation {
                     }
                 } catch (InterruptedException | ExecutionException e) {
                     reconciliationState.setState(FAILED, LocalDateTime.now());
-                    LOG.error("commit bundle failed for device {} with error ", dpnId, e);
+                    LOG.error("Error while doing bundle based reconciliation for device ID:{}", dpnId, e);
                     return false;
                 } finally {
                     service.shutdown();