mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
dd3d677512
commit
e4080f9bec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue