change loglevel

This commit is contained in:
Peter Bieringer
2026-01-10 07:48:55 +01:00
parent ffb2fb5e78
commit 863d2e14d0

View File

@@ -123,7 +123,7 @@ class Auth(auth.BaseAuth):
[bcrypt_usable, info] = utils.passlib_libpass_supports_bcrypt()
if bcrypt_usable:
self._has_bcrypt = True
logger.debug(info)
logger.info(info)
else:
logger.warning(info)
if self._encryption == "autodetect":