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

* applied: [PATCH datacenter-manager] server: task cache: fix typo in log line
  2026-05-19  8:42 [PATCH datacenter-manager] server: task cache: fix typo in log line Shannon Sterz
@ 2026-05-19  9:42 ` Lukas Wagner
  2026-05-19 11:17 ` Lukas Wagner
  1 sibling, 0 replies; 3+ messages in thread
From: Lukas Wagner @ 2026-05-19  9:42 UTC (permalink / raw)
  To: Shannon Sterz, pdm-devel

On Tue May 19, 2026 at 10:42 AM CEST, Shannon Sterz wrote:
> 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()
>          );
>  

Applied, thanks!





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

* Re: [PATCH datacenter-manager] server: task cache: fix typo in log line
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Lukas Wagner @ 2026-05-19 11:17 UTC (permalink / raw)
  To: Shannon Sterz, pdm-devel

On Tue May 19, 2026 at 10:42 AM CEST, Shannon Sterz wrote:
> 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()
>          );
>  

Just FYI, I now used the 'typos' CLI tool to correct a handful of typos
in the entire source tree (mostly comments and log messages) and pushed
them straight away.

https://git.proxmox.com/?p=proxmox-datacenter-manager.git;a=commitdiff;h=41aee5bfc089e82b75c97ee644e01a8461fc6188




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