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:
Thomas Lamprecht 2020-09-29 17:37:31 +02:00
parent 1eb7e59017
commit d5b0cfb197

View File

@ -426,7 +426,7 @@ my $query_backup_status_loop = sub {
$last_reused = $reused;
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};
}