X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fsyslet-rw.c;h=15e4c2578fe9ee978af4f4a1847ecf571871718e;hb=9a20162c2095b7e33c673e1f5c7df9b57a18ace1;hp=c11e4f21fc39990fc6ece7bfd2dc03bee4c682a2;hpb=5f9099ea8adf423d0db01274ef0d7e65629c0e1c;p=fio.git diff --git a/engines/syslet-rw.c b/engines/syslet-rw.c index c11e4f21..15e4c257 100644 --- a/engines/syslet-rw.c +++ b/engines/syslet-rw.c @@ -304,7 +304,7 @@ static struct ioengine_ops ioengine = { */ static int fio_syslet_init(struct thread_data fio_unused *td) { - fprintf(stderr, "fio: syslet not available\n"); + log_err("fio: syslet not available\n"); return 1; }