diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/crypto/ocsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/ocsp.c b/src/libstrongswan/crypto/ocsp.c index cc4910e43..11ab588c5 100644 --- a/src/libstrongswan/crypto/ocsp.c +++ b/src/libstrongswan/crypto/ocsp.c @@ -772,7 +772,7 @@ static void ocsp_process_response(private_ocsp_t *this, response_t *res, credent DBG2("received certificate is ocsp signer"); if (credentials->is_trusted(credentials, res->responder_cert)) { - DBG2("received ocsp signer certificate is trusted"); + DBG1("received ocsp signer certificate is trusted"); ocsp_cert = credentials->add_auth_certificate(credentials, res->responder_cert, AUTH_OCSP); res->responder_cert = NULL; |