public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: migrate mapping: add missing single quote to error message
@ 2025-12-01 13:06 Fiona Ebner
  2025-12-02  9:46 ` [pdm-devel] applied: " Fabian Grünbichler
  0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2025-12-01 13:06 UTC (permalink / raw)
  To: pdm-devel

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


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

* [pdm-devel] applied: [PATCH datacenter-manager] ui: migrate mapping: add missing single quote to error message
  2025-12-01 13:06 [pdm-devel] [PATCH datacenter-manager] ui: migrate mapping: add missing single quote to error message Fiona Ebner
@ 2025-12-02  9:46 ` Fabian Grünbichler
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2025-12-02  9:46 UTC (permalink / raw)
  To: pdm-devel, Fiona Ebner

Applied, thanks!

[1/1] ui: migrate mapping: add missing single quote to error message
      commit: e1330a4342f819e68a06cc85f509146bc0ee95df

Best regards,
-- 
Fabian Grünbichler <f.gruenbichler@proxmox.com>


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

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

end of thread, other threads:[~2025-12-02  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-01 13:06 [pdm-devel] [PATCH datacenter-manager] ui: migrate mapping: add missing single quote to error message Fiona Ebner
2025-12-02  9:46 ` [pdm-devel] applied: " Fabian Grünbichler

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