Madan Jampani
Committed by Brian O'Connor

Lower log level to debug for flow store backup location change message

Change-Id: Ib1d9322ead8febcb76950d5018fb526dc51fe5a8
...@@ -632,7 +632,7 @@ public class NewDistributedFlowRuleStore ...@@ -632,7 +632,7 @@ public class NewDistributedFlowRuleStore
632 // TODO: Pick any available node as backup and ensure hand-off occurs when 632 // TODO: Pick any available node as backup and ensure hand-off occurs when
633 // a new master is elected. 633 // a new master is elected.
634 } 634 }
635 - log.info("Backup location for {} has changed from {} to {}.", 635 + log.debug("Backup location for {} has changed from {} to {}.",
636 deviceId, currentBackupNode, newBackupNode); 636 deviceId, currentBackupNode, newBackupNode);
637 backupSenderExecutor.schedule(() -> backupFlowEntries(newBackupNode, Sets.newHashSet(deviceId)), 637 backupSenderExecutor.schedule(() -> backupFlowEntries(newBackupNode, Sets.newHashSet(deviceId)),
638 0, 638 0,
......