mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 06:25:17 +08:00
Don't report missing encrypted data as error
This commit is contained in:
parent
9319ecdca9
commit
7043f76484
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ def decrypt_data(
|
|||
and IS_COMPILED
|
||||
and IS_PRIV_BUILD
|
||||
):
|
||||
logger.error(
|
||||
logger.info(
|
||||
"No {}:{} available.".format(option["section"], option["name"])
|
||||
)
|
||||
except ValueError as exc:
|
||||
|
|
Loading…
Reference in a new issue