Logging updated
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ScenarioHandler.java
index 24f90c9df6f54ed465bd2a7567c75ebbd993d5eb..71f7be9022b743b3011badf9115325466d677f63 100644 (file)
@@ -77,7 +77,7 @@ public class ScenarioHandler extends Thread {
                 LOGGER.error(e.getMessage(), e);
             }
         }
-        LOGGER.info("Scenario finished");
+        LOGGER.debug("Scenario finished");
         synchronized (this) {
             this.notify();
         }