X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Finternal%2FOFStatisticsManager.java;h=e5883d671740e1f0950b4264a2558d65d4ce4228;hb=edf5bfcee83c750853253ccfd991ba7000f5f65b;hp=27a7ae6ffb125ebb42d8af542ca27348fa926bb0;hpb=fb45a487bed3d9b1a56aabad0fb4fc27a35fd65c;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java index 27a7ae6ffb..e5883d6717 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/internal/OFStatisticsManager.java @@ -431,7 +431,7 @@ public class OFStatisticsManager implements IOFStatisticsManager, IInventoryShim } private void printInfoMessage(String type, StatsRequest request) { - log.info("{} stats request not inserted for switch: {}. Queue size: {}. Collector state: {}.", + log.trace("{} stats request not inserted for switch: {}. Queue size: {}. Collector state: {}.", new Object[] {type, HexString.toHexString(request.switchId), pendingStatsRequests.size(), statisticsCollector.getState().toString() }); }