lower log level when stats come before flow is written to deviceflowregistry 83/48183/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 9 Nov 2016 18:55:13 +0000 (10:55 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Wed, 9 Nov 2016 18:55:36 +0000 (10:55 -0800)
Change-Id: Ib24b9e97c86b2d1a24610204b61fcf9237871f0e
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java

index 0a2e522cec8f6ba49c959b34a654b8176eaf8199..06d496161cf8d429f88da099e9c5cae978c9cee8 100644 (file)
@@ -295,7 +295,7 @@ public final class StatisticsGatheringUtils {
                         final InstanceIdentifier<Flow> flowIdent = fNodeIdent.child(Table.class, tableKey).child(Flow.class, flowKey);
                         txFacade.writeToTransaction(LogicalDatastoreType.OPERATIONAL, flowIdent, flowBuilder.build());
                     } else {
-                        LOG.warn("Skip write statistics. Flow hash: {} not present in DeviceFlowRegistry", flowRegistryKey.hashCode());
+                        LOG.debug("Skip write statistics. Flow hash: {} not present in DeviceFlowRegistry", flowRegistryKey.hashCode());
                     }
                 }
             }