mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-03 13:47:15 +03: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)) {
|
||||
die "can't migrate running VM without --online\n" if !$param->{online};
|
||||
} 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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user