diff options
-rw-r--r-- | src/gnutls_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnutls_cache.c b/src/gnutls_cache.c index 90f5a86..e8dcdc6 100644 --- a/src/gnutls_cache.c +++ b/src/gnutls_cache.c | |||
@@ -466,7 +466,7 @@ static int dbm_cache_store(void* baton, gnutls_datum_t key, | |||
466 | rv = apr_dbm_store(dbm, dbmkey, dbmval); | 466 | rv = apr_dbm_store(dbm, dbmkey, dbmval); |
467 | 467 | ||
468 | if (rv != APR_SUCCESS) { | 468 | if (rv != APR_SUCCESS) { |
469 | ap_log_error(APLOG_MARK, APLOG_NOTICE, rv, | 469 | ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, |
470 | ctxt->c->base_server, | 470 | ctxt->c->base_server, |
471 | "[gnutls_cache] error storing in cache '%s'", | 471 | "[gnutls_cache] error storing in cache '%s'", |
472 | ctxt->sc->cache_config); | 472 | ctxt->sc->cache_config); |