mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 10:50:32 +00:00
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:
parent
da5a20c7c7
commit
a5586eb452
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user