mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
migration: Fix typo in migrate_add_blocker() error message
Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <155800428514.543845.17558475870097990036.stgit@bahia.lan> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
60c85ec822
commit
b6eca81e1b
1 changed files with 1 additions and 1 deletions
|
@ -1728,7 +1728,7 @@ int migrate_add_blocker(Error *reason, Error **errp)
|
||||||
if (only_migratable) {
|
if (only_migratable) {
|
||||||
error_propagate_prepend(errp, error_copy(reason),
|
error_propagate_prepend(errp, error_copy(reason),
|
||||||
"disallowing migration blocker "
|
"disallowing migration blocker "
|
||||||
"(--only_migratable) for: ");
|
"(--only-migratable) for: ");
|
||||||
return -EACCES;
|
return -EACCES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue