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
  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

* applied: [PATCH proxmox-backup] api: tape: fix user-facing typo in info log
  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 ` Fabian Grünbichler
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2026-06-17 13:06 UTC (permalink / raw)
  To: pbs-devel, Arthur Bied-Charreton


On Fri, 05 Jun 2026 09:39:38 +0200, Arthur Bied-Charreton wrote:
> inventarized -> inventoried
> 
> 

Applied, thanks!

[1/1] api: tape: fix user-facing typo in info log
      commit: 7ee6ff8131a9116381e0c73f48e1f59f68d5a67b

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




^ permalink raw reply	[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 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