mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 06:17:23 +00:00
fix #3957: spell 'occurred' correctly
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
d8a7e9e881
commit
8b8893c3c4
@ -6837,7 +6837,7 @@ sub pbs_live_restore {
|
||||
my $err = $@;
|
||||
|
||||
if ($err) {
|
||||
warn "An error occured during live-restore: $err\n";
|
||||
warn "An error occurred during live-restore: $err\n";
|
||||
_do_vm_stop($storecfg, $vmid, 1, 1, 10, 0, 1);
|
||||
die "live-restore failed\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user