X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=goptions.c;h=08b17ac931ae2395ecc38c00a070fd9701505cdd;hp=a52410b331075430bfd7f95cfceee4c14f4bc69c;hb=e1c6f2e1ed79734328949dc91aa7ce84281e8112;hpb=8f91cc3f7835cdca84944d456e1da77d44a7c354 diff --git a/goptions.c b/goptions.c index a52410b3..08b17ac9 100644 --- a/goptions.c +++ b/goptions.c @@ -1390,8 +1390,8 @@ static void gopt_handle_changed(struct gopt *gopt) break; } default: - log_err("gfio: bad option type %s/%d\n", gopt->opt_type); - return; + log_err("gfio: bad option type: %d\n", gopt->opt_type); + break; } }