]> git.proxmox.com Git - qemu.git/commitdiff
blockdev: Put space after comma in error message
authorMarkus Armbruster <armbru@redhat.com>
Wed, 22 Jun 2011 12:03:57 +0000 (14:03 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 24 Jun 2011 08:13:37 +0000 (09:13 +0100)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
blockdev.c

index 1502575acb9d359aec4c66940b7cc28d2ea2b9ef..7d579d6124245cd3861fd04625f19f2376a96e3f 100644 (file)
@@ -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;
         }