X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fstatistics%2Fservices%2Fdedicated%2FStatisticsGatheringService.java;h=b6f1b10f33c0c102ac85f5741d45a40616fc6e43;hb=4bd43c307a24836ab1f7d6829d93d50e868e8ded;hp=c43ae604fc8af3fee422d8b2e9ef5d61055285ba;hpb=a6801033d0b50dc8842f2d8b976ec858eca54887;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java index c43ae604fc..b6f1b10f33 100644 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/services/dedicated/StatisticsGatheringService.java @@ -38,7 +38,7 @@ public class StatisticsGatheringService extends AbstractMultipartService>> getStatisticsOfType(final EventIdentifier eventIdentifier, final MultipartType type) { - LOG.debug("Getting statistics for node {} of type {}", getNodeId(), type); + LOG.debug("Getting statistics for node {} of type {}", getDeviceInfo().getNodeId(), type); EventsTimeCounter.markStart(eventIdentifier); setEventIdentifier(eventIdentifier); return handleServiceCall(type);