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%2Fcore%2Finternal%2FControllerIO.java;h=47461f472213874a6abb77633f6917af2993b1f7;hb=af3eaa839bf6f6c86495b24d2174eeb6624501c0;hp=70c507207632af84e2db3f9182cfd76be2223318;hpb=b45957ba3b729ca2c406c893d3db24f5f6363df1;p=controller.git 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()); }