A space between the sentences was missing, as well as the dot after
the second sentence.

Signed-off-by: Fiona Ebner <f.eb...@proxmox.com>
---
 PVE/CLI/pve8to9.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/PVE/CLI/pve8to9.pm b/PVE/CLI/pve8to9.pm
index 834432b9..81129b85 100644
--- a/PVE/CLI/pve8to9.pm
+++ b/PVE/CLI/pve8to9.pm
@@ -1713,9 +1713,9 @@ sub check_legacy_backup_job_options {
 
     if ($failed) {
         log_fail(
-            "Changing the backup job configuration via the UI will 
automatically clear these options."
-                . "Alternatively, you can remove the offending options from 
/etc/pve/jobs.cfg by hand"
-        );
+            "Changing the backup job configuration via the UI will 
automatically clear these"
+                . " options. Alternatively, you can remove the offending 
options from "
+                . " /etc/pve/jobs.cfg by hand.");
     } else {
         log_pass("No legacy 'notification-policy' or 'notification-target' 
options found!");
     }
-- 
2.47.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to