diff options
author | Nokis Mavrogiannopoulos | 2008-03-05 18:02:37 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-03-05 18:02:37 +0000 |
commit | c7fe85efa8bdba2c156e3e220a0ebfc06288d52c (patch) | |
tree | 19510a58edcd72de6223e446b62495374875a975 | |
parent | d940cf9aa9dbdbea1e208d3e1e4f39df3df3c76a (diff) |
send database store failure as DEBUG
-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); |