[pve-devel] [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings
Fiona Ebner
f.ebner at proxmox.com
Fri Aug 1 14:36:00 CEST 2025
A space between the sentences was missing, as well as the dot after
the second sentence.
Signed-off-by: Fiona Ebner <f.ebner at 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
More information about the pve-devel
mailing list