diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-06-22 14:03:57 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-06-24 09:13:37 +0100 |
commit | e4080f9becfb3e96252cf2d9c4e14c4ae569a0ea (patch) | |
tree | aaa99e1e008e82c104804bf0afe2e2b8acafdde9 /blockdev.c | |
parent | dd3d677512ae3f15b2e85254cec10023825210ec (diff) |
blockdev: Put space after comma in error message
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'blockdev.c')
-rw-r--r-- | blockdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blockdev.c b/blockdev.c index 1502575acb..7d579d6124 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; } |