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

Signed-off-by: Nicolas Frey <n.frey@proxmox.com>
---
 src/api2/tape/drive.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api2/tape/drive.rs b/src/api2/tape/drive.rs
index ba559e9a3..0f517ac0e 100644
--- a/src/api2/tape/drive.rs
+++ b/src/api2/tape/drive.rs
@@ -942,7 +942,7 @@ pub fn update_inventory(
                 let mut drive = open_drive(&config, &drive)?;
                 match drive.read_label() {
                     Err(err) => {
-                        warn!("unable to read label form media '{label_text}' - {err}");
+                        warn!("unable to read label from media '{label_text}' - {err}");
                     }
                     Ok((None, _)) => {
                         info!("media '{label_text}' is empty");
--
2.47.3



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

* applied: [PATCH proxmox-backup 1/1] tape: fix typo in log error message in `update_inventory`
  2026-06-05  7:43 [PATCH proxmox-backup 1/1] tape: fix typo in log error message in `update_inventory` Nicolas Frey
@ 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, Nicolas Frey


On Fri, 05 Jun 2026 09:43:50 +0200, Nicolas Frey wrote:
> 


Applied, thanks!

[1/1] tape: fix typo in log error message in `update_inventory`
      commit: 5dfb83ab7da83eb2a1ed5e994f0d9d2bb85fa661

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:43 [PATCH proxmox-backup 1/1] tape: fix typo in log error message in `update_inventory` Nicolas Frey
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