devtools: recommend new logtype helpers
[dpdk.git] / app / test-crypto-perf / cperf_test_latency.c
index c2590a4..159fe84 100644 (file)
@@ -314,7 +314,7 @@ cperf_latency_test_runner(void *arg)
 
                        for (i = 0; i < ctx->options->total_ops; i++) {
 
-                               printf("\n%u;%u;%u;%"PRIu64";%"PRIu64";%.3f",
+                               printf("\n%u,%u,%u,%"PRIu64",%"PRIu64",%.3f",
                                        ctx->lcore_id, ctx->options->test_buffer_size,
                                        test_burst_size, i + 1,
                                        ctx->res[i].tsc_end - ctx->res[i].tsc_start,