From: Jens Axboe Date: Thu, 4 Mar 2010 09:42:55 +0000 (+0100) Subject: Merge branch 'master' of ssh://router/data/git/fio X-Git-Tag: fio-1.38~41 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=64d9d938dfae4b5dcdc0c6222d2ad11870617426;hp=9f988e2ebb3bff7087cc9681a54bd7f0d0e42140 Merge branch 'master' of ssh://router/data/git/fio --- diff --git a/init.c b/init.c index 19c6340e..7785e9e4 100644 --- a/init.c +++ b/init.c @@ -1035,7 +1035,7 @@ static int load_profile(const char *profile) int i, in_global = 1; char jobname[32]; - dprint(FD_PARSE, "loading profile %s\n", profile); + dprint(FD_PARSE, "loading profile '%s'\n", profile); for (i = 0; i < PROFILE_END; i++) { if (!strcmp(profile, profiles[i])) @@ -1043,7 +1043,7 @@ static int load_profile(const char *profile) } if (i == PROFILE_END) { - log_err("fio: unknown profile %s\n", profile); + log_err("fio: unknown profile '%s'\n", profile); return 1; }