commit | a2a4f3499866fac4e93a3551d3debb361e58e345 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Mar 17 11:38:57 2017 -0700 |
committer | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Fri Mar 17 11:38:57 2017 -0700 |
tree | 4b107f06554d573107c8c761b6dc05370c8cdf92 | |
parent | e8a455aa37ffd7c7eb1ce3e8bb8589584939375d [diff] |
lower log level when pipeliner not supported - was flooding the log on non-openflow devices Change-Id: Idfffa213c1f8baaa971ea031b45db1d3f9c8618f
diff --git a/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java b/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java index d9aca56..8467ea7 100644 --- a/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java +++ b/core/net/src/main/java/org/onosproject/net/flowobjective/impl/FlowObjectiveManager.java
@@ -346,7 +346,7 @@ handler = driverService.createHandler(deviceId); dTime = now(); if (!handler.driver().hasBehaviour(Pipeliner.class)) { - log.warn("Pipeline behaviour not supported for device {}", + log.debug("Pipeline behaviour not supported for device {}", deviceId); return null; }