block job: fix log message

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 <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-07-02 16:08:19 +02:00
parent da5a20c7c7
commit a5586eb452

View File

@ -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') {