mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-19 21:43:47 +00:00
fix wrong punctuation in error msg
...leading to ugly line info being printed. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
parent
a546da0319
commit
c3ddb94dc0
@ -3378,7 +3378,7 @@ __PACKAGE__->register_method({
|
|||||||
if (PVE::QemuServer::check_running($vmid)) {
|
if (PVE::QemuServer::check_running($vmid)) {
|
||||||
die "can't migrate running VM without --online\n" if !$param->{online};
|
die "can't migrate running VM without --online\n" if !$param->{online};
|
||||||
} else {
|
} else {
|
||||||
warn "VM isn't running. Doing offline migration instead\n." if $param->{online};
|
warn "VM isn't running. Doing offline migration instead.\n" if $param->{online};
|
||||||
$param->{online} = 0;
|
$param->{online} = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user