options: turn missing options into debug parse messages
authorJens Axboe <axboe@fb.com>
Fri, 19 Dec 2014 15:04:48 +0000 (08:04 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 19 Dec 2014 15:04:48 +0000 (08:04 -0700)
commit2f2e6c23e26888acb7ad2f2a2e4bd8fa5b250c0f
treebe3dd4927823f608d1be955db70f9095831e28fd
parent2243dfc796a8a6e137893a57a77949df7657dd71
options: turn missing options into debug parse messages

It's not an error, we expect it to happen if we try and check
for set options that aren't available (due to being platform
specific, libraries missing, etc).

This fixes cases where fio would spew:

fio: no option found at offset 1240

and other offsets.

Signed-off-by: Jens Axboe <axboe@fb.com>
options.c
options.h