diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 9b692903..9fac4a47 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -8099,7 +8099,7 @@ sub qemu_drive_mirror_monitor { for my $job_id (sort keys %$jobs) { # try to switch the disk if source and destination are on the same guest - print "$job_id: Completing block job_id...\n"; + print "$job_id: Completing block job...\n"; my $op; if ($completion eq 'complete') {