Don't report missing encrypted data as error

This commit is contained in:
Orsiris de Jong 2023-05-03 22:12:00 +02:00
parent 9319ecdca9
commit 7043f76484

View file

@ -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: