public inbox for pbs-devel@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
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2026-06-05  7:40 UTC | newest]

Thread overview: (only message) (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

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