public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH datacenter-manager] server: task cache: fix typo in log line
@ 2026-05-19  8:42 Shannon Sterz
  2026-05-19  9:42 ` applied: " Lukas Wagner
  2026-05-19 11:17 ` Lukas Wagner
  0 siblings, 2 replies; 3+ messages in thread
From: Shannon Sterz @ 2026-05-19  8:42 UTC (permalink / raw)
  To: pdm-devel

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





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

end of thread, other threads:[~2026-05-19 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19  8:42 [PATCH datacenter-manager] server: task cache: fix typo in log line Shannon Sterz
2026-05-19  9:42 ` applied: " Lukas Wagner
2026-05-19 11:17 ` Lukas Wagner

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