]> git.droids-corp.org - dpdk.git/blobdiff - examples/quota_watermark/qwctl/commands.c
add FILE argument to debug functions
[dpdk.git] / examples / quota_watermark / qwctl / commands.c
index c76c1710ce3d7b9550ef71349b0655d1e756c02b..c07ac2d76aaef9e4b9049946638124cf70ff4491 100644 (file)
@@ -193,7 +193,7 @@ cmd_show_handler(__attribute__((unused)) void *parsed_result,
         if (ring == NULL)
             cmdline_printf(cl, "Cannot find ring \"%s\"\n", tokens->variable);
         else
-            rte_ring_dump(ring);
+            rte_ring_dump(stdout, ring);
     }
 }