mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-18 17:36:06 +08:00
upgrade_server: Another log improvement
This commit is contained in:
parent
4f653b5766
commit
68cae4f47b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def get_file(
|
|||
f"Searching for file {'info' if not content else 'content'} in {artefact_path}"
|
||||
)
|
||||
if not os.path.isfile(artefact_path):
|
||||
logger.info(f"No upgrade file found in {artefact_path}")
|
||||
logger.info(f"No {file.artefact.value} file found in {artefact_path}")
|
||||
if content:
|
||||
return False
|
||||
return unknown_artefact
|
||||
|
|
Loading…
Add table
Reference in a new issue