diff --git a/aries_cloudagent/indy/credx/verifier.py b/aries_cloudagent/indy/credx/verifier.py index 0911009144..505a840f25 100644 --- a/aries_cloudagent/indy/credx/verifier.py +++ b/aries_cloudagent/indy/credx/verifier.py @@ -62,7 +62,8 @@ async def verify_presentation( msgs.append(f"{PresVerifyMsg.PRES_VALUE_ERROR.value}::{s}") LOGGER.error( f"Presentation on nonce={pres_req['nonce']} " - f"cannot be validated: {str(err)}" + f"cannot be validated (presentation will be marked as Invalid)" + f": {str(err)}" ) return (False, msgs)