iolog: fix missing new-line in inflate debug statement
authorJens Axboe <axboe@fb.com>
Thu, 19 May 2016 18:43:19 +0000 (12:43 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 19 May 2016 18:43:19 +0000 (12:43 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
iolog.c

diff --git a/iolog.c b/iolog.c
index 0b775de13a21013995158cab0696340cff2db3c2..53dad39618288469d5988de3abd36973767e69e5 100644 (file)
--- 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) {