all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup] api: tape: fix user-facing typo in info log
@ 2026-06-05  7:39 Arthur Bied-Charreton
  2026-06-17 13:06 ` applied: " Fabian Grünbichler
  0 siblings, 1 reply; 2+ messages in thread
From: Arthur Bied-Charreton @ 2026-06-05  7:39 UTC (permalink / raw)
  To: pbs-devel

inventarized -> inventoried

Signed-off-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
---
 src/api2/tape/restore.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api2/tape/restore.rs b/src/api2/tape/restore.rs
index 1384fa90e..dd25fb6a9 100644
--- a/src/api2/tape/restore.rs
+++ b/src/api2/tape/restore.rs
@@ -1820,7 +1820,7 @@ pub fn fast_catalog_restore(
                 });
 
                 if !wanted {
-                    info!("skip catalog because media '{catalog_uuid}' not inventarized");
+                    info!("skip catalog because media '{catalog_uuid}' not inventoried");
                     reader.skip_data()?; // read all data
                     continue;
                 }
-- 
2.47.3




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

end of thread, other threads:[~2026-06-17 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05  7:39 [PATCH proxmox-backup] api: tape: fix user-facing typo in info log Arthur Bied-Charreton
2026-06-17 13:06 ` applied: " Fabian Grünbichler

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