From: Markus Armbruster Date: Wed, 22 Jun 2011 12:03:57 +0000 (+0200) Subject: blockdev: Put space after comma in error message X-Git-Tag: v0.15.0-rc0~125^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4080f9becfb3e96252cf2d9c4e14c4ae569a0ea;p=thirdparty%2Fqemu.git blockdev: Put space after comma in error message Signed-off-by: Markus Armbruster Signed-off-by: Stefan Hajnoczi --- diff --git a/blockdev.c b/blockdev.c index 1502575acb9..7d579d61242 100644 --- a/blockdev.c +++ b/blockdev.c @@ -293,7 +293,7 @@ DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi) if ((buf = qemu_opt_get(opts, "trans")) != NULL) { if (!cyls) { - error_report("'%s' trans must be used with cyls,heads and secs", + error_report("'%s' trans must be used with cyls, heads and secs", buf); return NULL; }