dpif-linux: Report dropped lost messages at WARN level.
[cascardo/ovs.git] / lib / dpif-linux.c
index a058ee7..1519eb2 100644 (file)
@@ -1973,7 +1973,7 @@ report_loss(struct dpif *dpif_, struct dpif_channel *ch)
     struct dpif_sketch *sk;
     struct ds s;
 
-    if (VLOG_DROP_ERR(&rl)) {
+    if (VLOG_DROP_WARN(&rl)) {
         return;
     }