all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings
@ 2025-08-01 12:36 Fiona Ebner
  2025-08-01 12:46 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2025-08-01 12:36 UTC (permalink / raw)
  To: pve-devel

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings
  2025-08-01 12:36 [pve-devel] [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings Fiona Ebner
@ 2025-08-01 12:46 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-08-01 12:46 UTC (permalink / raw)
  To: pve-devel, Fiona Ebner

On Fri, 01 Aug 2025 14:36:00 +0200, Fiona Ebner wrote:
> A space between the sentences was missing, as well as the dot after
> the second sentence.
> 
> 

Applied, thanks!

[1/1] pve8to9: fix punctuation in message for legacy notification settings
      commit: e9e4d2c3ed4b5c26e36946755ad9c2b8ea9c1bcc


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-01 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-01 12:36 [pve-devel] [PATCH manager] pve8to9: fix punctuation in message for legacy notification settings Fiona Ebner
2025-08-01 12:46 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal