diff options
author | Nikos Mavrogiannopoulos | 2008-03-05 18:03:06 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-03-05 18:03:06 +0000 |
commit | 1812f72924376da3ea95a133a69e5075c8a0661a (patch) | |
tree | 79b8b57b64fcd4c9c25a713bdcd7c3e4709c7aec /src/gnutls_cache.c | |
parent | 313a435b71c0b9921f078f402109d28f9190ff2f (diff) |
send database store failure as DEBUG
Diffstat (limited to 'src/gnutls_cache.c')
-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); |