From 0f989d2e18edda0a4aa979ddfafff4d255681a68 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 19 May 2016 12:43:19 -0600 Subject: [PATCH] iolog: fix missing new-line in inflate debug statement Signed-off-by: Jens Axboe --- iolog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iolog.c b/iolog.c index 0b775de1..53dad396 100644 --- a/iolog.c +++ b/iolog.c @@ -761,7 +761,7 @@ static size_t inflate_chunk(struct iolog_compress *ic, int gz_hdr, FILE *f, { size_t ret; - dprint(FD_COMPRESS, "inflate chunk size=%lu, seq=%u", + dprint(FD_COMPRESS, "inflate chunk size=%lu, seq=%u\n", (unsigned long) ic->len, ic->seq); if (ic->seq != iter->seq) { -- 2.25.1