From: Shannon Sterz <s.sterz@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] server: task cache: fix typo in log line
Date: Tue, 19 May 2026 10:42:37 +0200 [thread overview]
Message-ID: <20260519084237.60014-1-s.sterz@proxmox.com> (raw)
no functional changes.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
server/src/remote_tasks/task_cache.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/remote_tasks/task_cache.rs b/server/src/remote_tasks/task_cache.rs
index 1eee46a..3dd702a 100644
--- a/server/src/remote_tasks/task_cache.rs
+++ b/server/src/remote_tasks/task_cache.rs
@@ -502,7 +502,7 @@ impl WritableTaskCache {
.context("failed to truncate journal file")?;
log::info!(
- "commited {count} tasks in {:.3}.s to task cache archive",
+ "committed {count} tasks in {:.3}.s to task cache archive",
start.elapsed().as_secs_f32()
);
--
2.47.3
next reply other threads:[~2026-05-19 8:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-19 8:42 Shannon Sterz [this message]
2026-05-19 9:42 ` applied: [PATCH datacenter-manager] server: task cache: fix typo in log line Lukas Wagner
2026-05-19 11:17 ` Lukas Wagner
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=20260519084237.60014-1-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pdm-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.