X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.c;h=2e8da139566c98320bb0d638445eec9a25ea363e;hb=34b1b5c6918fe8388b7c0a2da96ef46e0b393971;hp=93938905bebe4e7557e2d3c22abecf6cd230789c;hpb=a79f17bf3bfa20b83424c2301de092bdcfbaaea4;p=fio.git diff --git a/iolog.c b/iolog.c index 93938905..2e8da139 100644 --- a/iolog.c +++ b/iolog.c @@ -277,7 +277,7 @@ restart: overlap = 1; if (overlap) { - dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu", + dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu\n", __ipo->offset, __ipo->len, ipo->offset, ipo->len); td->io_hist_len--; @@ -422,7 +422,7 @@ static int read_iolog2(struct thread_data *td, FILE *f) continue; } } else { - log_err("bad iolog2: %s", p); + log_err("bad iolog2: %s\n", p); continue; }