public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 1/2] daily-update: fix typo
@ 2024-03-25 10:50 Lukas Wagner
  2024-03-25 10:50 ` [pbs-devel] [PATCH proxmox-backup 2/2] daily-update: inline variables into format string if possible Lukas Wagner
  2024-03-25 15:11 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/2] daily-update: fix typo Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Wagner @ 2024-03-25 10:50 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 src/bin/proxmox-daily-update.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/proxmox-daily-update.rs b/src/bin/proxmox-daily-update.rs
index ae3744c5..cde9ff80 100644
--- a/src/bin/proxmox-daily-update.rs
+++ b/src/bin/proxmox-daily-update.rs
@@ -118,7 +118,7 @@ fn main() {
         log::LevelFilter::Info,
         Some("proxmox-daily-update"),
     ) {
-        eprintln!("unable to inititialize syslog - {}", err);
+        eprintln!("unable to initialize syslog - {}", err);
     }
 
     let mut rpcenv = CliEnvironment::new();
-- 
2.39.2





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

end of thread, other threads:[~2024-03-25 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-25 10:50 [pbs-devel] [PATCH proxmox-backup 1/2] daily-update: fix typo Lukas Wagner
2024-03-25 10:50 ` [pbs-devel] [PATCH proxmox-backup 2/2] daily-update: inline variables into format string if possible Lukas Wagner
2024-03-25 15:11 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/2] daily-update: fix typo Thomas Lamprecht

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