options: turn missing options into debug parse messages
[fio.git] / options.c
index 6ceefbc10a0fd158e5bbcfd48a825af9851d375a..e3c9c87b8ef4e3fb44b5695ebac982e607e300fd 100644 (file)
--- a/options.c
+++ b/options.c
@@ -4204,10 +4204,8 @@ int __fio_option_is_set(struct thread_options *o, unsigned int off1)
                }
        }
 
-       if (!opt) {
-               log_err("fio: no option found at offset %u\n", off1);
+       if (!opt)
                return -1;
-       }
 
        opt_off = opt - &fio_options[0];
        index = opt_off / (8 * sizeof(uint64_t));