mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 05:35:58 +00:00
check: also display archive timestamp
This commit is contained in:
parent
156d33e69c
commit
2e37b1a15c
1 changed files with 1 additions and 1 deletions
|
@ -2055,7 +2055,7 @@ def valid_item(obj):
|
|||
for i, info in enumerate(archive_infos):
|
||||
pi.show(i)
|
||||
archive_id, archive_id_hex = info.id, bin_to_hex(info.id)
|
||||
logger.info(f"Analyzing archive {info.name} {archive_id_hex} ({i + 1}/{num_archives})")
|
||||
logger.info(f"Analyzing archive {info.name} {info.ts} {archive_id_hex} ({i + 1}/{num_archives})")
|
||||
if archive_id not in self.chunks:
|
||||
logger.error(f"Archive metadata block {archive_id_hex} is missing!")
|
||||
self.error_found = True
|
||||
|
|
Loading…
Reference in a new issue