mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-06-14 18:04:27 +00:00
followup: s/verification/validation/ to avoid confusion
We use verification for something more in-depth on the PBS server, so avoid that term to avoid misunderstandings. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1eb7e59017
commit
d5b0cfb197
@ -426,7 +426,7 @@ my $query_backup_status_loop = sub {
|
|||||||
$last_reused = $reused;
|
$last_reused = $reused;
|
||||||
|
|
||||||
if (!$last_finishing && $status->{finishing}) {
|
if (!$last_finishing && $status->{finishing}) {
|
||||||
$self->loginfo("Waiting for server to finish verification...");
|
$self->loginfo("Waiting for server to finish backup validation...");
|
||||||
}
|
}
|
||||||
$last_finishing = $status->{finishing};
|
$last_finishing = $status->{finishing};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user