summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_rand.c
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-06-06 19:07:12 +0200
committerStefan Fritsch <sf@apache.org>2010-06-06 19:07:12 +0200
commit01b9f2e551218d00748d542b75da3660fe10f8c6 (patch)
treeda4f6c93bbeb1e0982195f6ea3fc1cf450ac1092 /modules/ssl/ssl_engine_rand.c
parent- Add loglevels to request_rec and conn_rec (diff)
downloadapache2-01b9f2e551218d00748d542b75da3660fe10f8c6.tar.xz
apache2-01b9f2e551218d00748d542b75da3660fe10f8c6.zip
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
- Add some trace logging to core and http git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_engine_rand.c')
-rw-r--r--modules/ssl/ssl_engine_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_engine_rand.c b/modules/ssl/ssl_engine_rand.c
index a3c0fc5b7d..a4b7ca50bd 100644
--- a/modules/ssl/ssl_engine_rand.c
+++ b/modules/ssl/ssl_engine_rand.c
@@ -124,7 +124,7 @@ int ssl_rand_seed(server_rec *s, apr_pool_t *p, ssl_rsctx_t nCtx, char *prefix)
}
}
}
- ap_log_error(APLOG_MARK, APLOG_INFO, 0, s,
+ ap_log_error(APLOG_MARK, APLOG_TRACE2, 0, s,
"%sSeeding PRNG with %d bytes of entropy", prefix, nDone);
if (RAND_status() == 0)