]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_logs.c
add FILE argument to debug functions
[dpdk.git] / app / test / test_logs.c
index 057cdc6352462f9c44d7b46a778355a06be05a42..730581a54ffc058ef4072ae371dd3d48e5ca513d 100644 (file)
@@ -86,7 +86,7 @@ test_logs(void)
        RTE_LOG(DEBUG, TESTAPP1, "this is a debug level message\n");
        RTE_LOG(DEBUG, TESTAPP2, "debug level message (not displayed)\n");
 
-       rte_log_dump_history();
+       rte_log_dump_history(stdout);
 
        return 0;
 }