X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fglusterfs_async.c;h=cf6ea709a733f6b1eef4d52719a302d55aee00cd;hb=7d4a8e7e2b16b900891b886295d1e8493f853b0c;hp=599bc5dfbfc0acc1e3efe72a74d606cdf249e3b8;hpb=1f440ece6127d2d274b961b6af0aa9091787702a;p=fio.git diff --git a/engines/glusterfs_async.c b/engines/glusterfs_async.c index 599bc5df..cf6ea709 100644 --- a/engines/glusterfs_async.c +++ b/engines/glusterfs_async.c @@ -67,7 +67,7 @@ static void fio_gf_io_u_free(struct thread_data *td, struct io_u *io_u) io_u->engine_data = NULL; free(io); } - fprintf(stderr, "issued %lu finished %lu\n", issued, cb_count); + log_err("issued %lu finished %lu\n", issued, cb_count); } static int fio_gf_io_u_init(struct thread_data *td, struct io_u *io_u) @@ -145,8 +145,9 @@ int fio_gf_async_setup(struct thread_data *td) { int r = 0; struct gf_data *g = NULL; + #if defined(NOT_YET) - fprintf(stderr, "the async interface is still very experimental...\n"); + log_err("the async interface is still very experimental...\n"); #endif r = fio_gf_setup(td); if (r) {