Madan Jampani

FlowStore: Include exception in warning message

Change-Id: I1ff7797a3c21f5c62e2047fd4959711a2efe75c4
......@@ -413,7 +413,7 @@ public class NewDistributedFlowRuleStore
master)
.whenComplete((result, error) -> {
if (error != null) {
log.warn("Failed to storeBatch: {} to {}", operation, master);
log.warn("Failed to storeBatch: {} to {}", operation, master, error);
Set<FlowRule> allFailures = operation.getOperations()
.stream()
......