From: "Lukas Wagner" <l.wagner@proxmox.com>
To: "Shannon Sterz" <s.sterz@proxmox.com>, <pdm-devel@lists.proxmox.com>
Subject: Re: [PATCH datacenter-manager] server: task cache: fix typo in log line
Date: Tue, 19 May 2026 13:17:06 +0200 [thread overview]
Message-ID: <DIMM0IY9XUUZ.2BQT8ZW42Q1N9@proxmox.com> (raw)
In-Reply-To: <20260519084237.60014-1-s.sterz@proxmox.com>
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
prev parent reply other threads:[~2026-05-19 11:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=DIMM0IY9XUUZ.2BQT8ZW42Q1N9@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
--cc=s.sterz@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.