Logging updated
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / MatchSerializer.java
index adae1e243e2a9f880459b9fe8afd6b19fd068c94..430ef20c90218fee0cf6622cc390bc9022efafcc 100644 (file)
@@ -145,7 +145,7 @@ public abstract class MatchSerializer {
      */
     public static void encodeMatchEntries(List<MatchEntries> matchEntries, ByteBuf out) {
         if (matchEntries == null) {
-            LOGGER.warn("Match entries are null");
+            LOGGER.debug("Match entries are null");
             return;
         }
         for (MatchEntries entry : matchEntries) {
@@ -161,7 +161,7 @@ public abstract class MatchSerializer {
      */
     public static void encodeMatchIds(List<MatchEntries> matchEntries, ByteBuf out) {
         if (matchEntries == null) {
-            LOGGER.warn("Match entries are null");
+            LOGGER.debug("Match entries are null");
             return;
         }
         for (MatchEntries entry : matchEntries) {