public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Fiona Ebner <f.ebner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager] ui: migrate mapping: add missing single quote to error message
Date: Mon,  1 Dec 2025 14:06:04 +0100	[thread overview]
Message-ID: <20251201130633.106712-1-f.ebner@proxmox.com> (raw)

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 ui/src/widget/pve_migrate_mapping.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/widget/pve_migrate_mapping.rs b/ui/src/widget/pve_migrate_mapping.rs
index 0b80c4e..70f6f1a 100644
--- a/ui/src/widget/pve_migrate_mapping.rs
+++ b/ui/src/widget/pve_migrate_mapping.rs
@@ -147,7 +147,7 @@ impl PveMigrateMapComp {
                         let storage = captures.get(1).unwrap();
                         storages.insert(storage.as_str().to_string());
                     } else {
-                        log::error!("could not parse 'file' property of '{key}");
+                        log::error!("could not parse 'file' property of '{key}'");
                     }
                 });
 
@@ -196,7 +196,7 @@ impl PveMigrateMapComp {
                         let storage = captures.get(1).unwrap();
                         storages.insert(storage.as_str().to_string());
                     } else {
-                        log::error!("could not parse 'file' property of '{key}");
+                        log::error!("could not parse 'file' property of '{key}'");
                     }
                 });
 
-- 
2.47.3



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


             reply	other threads:[~2025-12-01 13:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-01 13:06 Fiona Ebner [this message]
2025-12-02  9:46 ` [pdm-devel] applied: " Fabian Grünbichler

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=20251201130633.106712-1-f.ebner@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=pdm-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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal