From a5586eb4525b1fd2b231c81064c0afe80ff0ed83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 2 Jul 2024 16:08:19 +0200 Subject: [PATCH] block job: fix log message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this was a stray search and replace for job -> job_id that should have only changed variable names.. Fixes: 0ea24bf ("mirror monitor: refactoring/code cleanup") Signed-off-by: Fabian Grünbichler --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {