From 0a79d3649b127b13c5f0ba33f4431a1d2e502868 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 26 Jan 2016 11:02:16 -0700 Subject: [PATCH] client: remove debug printf() for compressed iolog Signed-off-by: Jens Axboe --- client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client.c b/client.c index 2541f462..515cbf2e 100644 --- a/client.c +++ b/client.c @@ -1460,7 +1460,6 @@ static struct cmd_iolog_pdu *convert_iolog(struct fio_net_cmd *cmd, return NULL; #endif ret = convert_iolog_gz(cmd, pdu); - printf("compressed iolog, %p\n", ret); if (!ret) { log_err("fio: failed decompressing log\n"); return NULL; -- 2.25.1