From: Nicolas Frey <n.frey@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup 1/1] tape: fix typo in log error message in `update_inventory`
Date: Fri, 5 Jun 2026 09:43:50 +0200 [thread overview]
Message-ID: <20260605074350.41168-1-n.frey@proxmox.com> (raw)
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
reply other threads:[~2026-06-05 7:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260605074350.41168-1-n.frey@proxmox.com \
--to=n.frey@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.