mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-22 22:04:00 +03:00
backup: improve skipped download error message
context always helps when parsing output.. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
03e71cc8be
commit
e61aa41076
@ -289,7 +289,7 @@ impl BackupWriter {
|
||||
.iter()
|
||||
.any(|file| file.filename == archive_name)
|
||||
{
|
||||
log::info!("There is no index with the name {archive_name}");
|
||||
log::info!("Previous manifest does not contain an archive called '{archive_name}', skipping download..");
|
||||
} else {
|
||||
// try, but ignore errors
|
||||
match ArchiveType::from_path(archive_name) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user