]> git.proxmox.com Git - pve-manager.git/commitdiff
pve7to8: add context to overly general pass messages
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 12:07:21 +0000 (14:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 12:07:21 +0000 (14:07 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pve7to8.pm

index a7cba9aafda7c8e53ad91ca59844da1efe79ba94..4885ce9ccf1495f44154e1751e345eac633912f5 100644 (file)
@@ -668,7 +668,7 @@ sub check_backup_retention_settings {
        log_warn("unable to parse node's VZDump configuration - $err");
     }
 
-    log_pass("no problems found.") if $pass;
+    log_pass("no backup retention problems found.") if $pass;
 }
 
 sub check_cifs_credential_location {
@@ -948,7 +948,7 @@ sub check_storage_content {
     }
 
     if ($pass) {
-       log_pass("no problems found");
+       log_pass("no storage content problems found");
     }
 }