From: Jens Axboe Date: Tue, 26 Jan 2016 18:02:16 +0000 (-0700) Subject: client: remove debug printf() for compressed iolog X-Git-Tag: fio-2.6~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0a79d3649b127b13c5f0ba33f4431a1d2e502868 client: remove debug printf() for compressed iolog Signed-off-by: Jens Axboe --- 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;