X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Fcore%2Finternal%2FControllerIO.java;h=47461f472213874a6abb77633f6917af2993b1f7;hp=70c507207632af84e2db3f9182cfd76be2223318;hb=dad78e1fc8a7c67fa4b88cf09d6a952443462feb;hpb=99f9aa0ea003f3a8cc28dfef73b1b38a13e19039 diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/ControllerIO.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/ControllerIO.java index 70c5072076..47461f4722 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/ControllerIO.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/ControllerIO.java @@ -150,7 +150,7 @@ public class ControllerIO { } else { if (!currentlyUp) { // only generate log if the interface changes from down to up - logger.info("Interface {} with address {} is UP!", + logger.trace("Interface {} with address {} is UP!", netInt.getDisplayName(), controllerIP.getHostAddress()); }