* [pbs-devel] [PATCH proxmox-backup v2] pbs-client: fixed typo in error message
@ 2024-04-10 12:54 Gabriel Goller
2024-04-10 16:08 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-04-10 12:54 UTC (permalink / raw)
To: pbs-devel
Fixed error message on the client: 'dynmamic' -> 'dynamic'.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
v2, thanks @Lukas:
- inlined variables
pbs-client/src/backup_writer.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pbs-client/src/backup_writer.rs b/pbs-client/src/backup_writer.rs
index 8bd0e4f3..b944692b 100644
--- a/pbs-client/src/backup_writer.rs
+++ b/pbs-client/src/backup_writer.rs
@@ -574,7 +574,7 @@ impl BackupWriter {
.await?;
let index = DynamicIndexReader::new(tmpfile).map_err(|err| {
- format_err!("unable to read dynmamic index '{}' - {}", archive_name, err)
+ format_err!("unable to read dynamic index '{archive_name}' - {err}")
})?;
// Note: do not use values stored in index (not trusted) - instead, computed them again
let (csum, size) = index.compute_csum();
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pbs-devel] applied: [PATCH proxmox-backup v2] pbs-client: fixed typo in error message
2024-04-10 12:54 [pbs-devel] [PATCH proxmox-backup v2] pbs-client: fixed typo in error message Gabriel Goller
@ 2024-04-10 16:08 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-04-10 16:08 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Gabriel Goller
Am 10/04/2024 um 14:54 schrieb Gabriel Goller:
> Fixed error message on the client: 'dynmamic' -> 'dynamic'.
>
> Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
> ---
>
> v2, thanks @Lukas:
> - inlined variables
>
> pbs-client/src/backup_writer.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-10 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-10 12:54 [pbs-devel] [PATCH proxmox-backup v2] pbs-client: fixed typo in error message Gabriel Goller
2024-04-10 16:08 ` [pbs-devel] applied: " Thomas Lamprecht
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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal