X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=891a55a1ddb97ab30c7cc375cd9246fed21addd8;hp=b51ab35ce08b59ccbff3d2d7f2da2692c69a85aa;hb=51102e0d64a2ae08472ecb90a72737f08de942fb;hpb=78d4a262a0758d47631bfd44672bbd5f9eff9b42 diff --git a/filesetup.c b/filesetup.c index b51ab35c..891a55a1 100644 --- a/filesetup.c +++ b/filesetup.c @@ -1868,6 +1868,7 @@ int fio_set_directio(struct thread_data *td, struct fio_file *f) return 0; #else + log_err("fio: direct IO is not supported on this host operating system\n"); return -1; #endif }