The following changes since commit 9f873e2e652a1450bd54ff48059ab993398e35a6: Update the examples filenames in the Windows installer. (2013-04-15 14:39:58 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): goptions: fix bad log_err() type goptions.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/goptions.c b/goptions.c index a52410b..08b17ac 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; } } -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html