X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fsplice.c;h=be16cbbfdf4a95341de6da7d1572f6612c13841b;hp=427b4e5fc85d68071977ed3cdf52b08cc06daef0;hb=03e20d687566753b90383571e5e152c5142bdffd;hpb=a5f3027cb0495dfe217b2626d248fcc054e7e878 diff --git a/engines/splice.c b/engines/splice.c index 427b4e5f..be16cbbf 100644 --- a/engines/splice.c +++ b/engines/splice.c @@ -311,7 +311,7 @@ static struct ioengine_ops ioengine = { */ static int fio_spliceio_init(struct thread_data fio_unused *td) { - fprintf(stderr, "fio: splice not available\n"); + log_err("fio: splice not available\n"); return 1; }