fix broken format strings

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2021-11-29 14:16:18 +01:00
parent b25e07b3ce
commit f66d814792
2 changed files with 5 additions and 5 deletions

View File

@ -194,7 +194,7 @@ impl BackupEnvironment {
if size < data.chunk_size {
data.small_chunk_count += 1;
if data.small_chunk_count > 1 {
bail!("fixed writer '{}' - detected multiple end chunks (chunk size too small)");
bail!("fixed writer '{}' - detected multiple end chunks (chunk size too small)", wid);
}
}