From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings
Date: Fri, 1 Aug 2025 14:36:00 +0200 [thread overview]
Message-ID: <20250801123606.101365-1-f.ebner@proxmox.com> (raw)
A space between the sentences was missing, as well as the dot after
the second sentence.
Signed-off-by: Fiona Ebner <f.ebner@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
next reply other threads:[~2025-08-01 12:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 12:36 Fiona Ebner [this message]
2025-08-01 12:46 ` [pve-devel] applied: " Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250801123606.101365-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox