diff options
author | Stefan Eissing <icing@apache.org> | 2015-12-21 17:02:32 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2015-12-21 17:02:32 +0100 |
commit | b5bc0852812b87d3527583a076387f86c0d0f665 (patch) | |
tree | 8b4ba5b35b93cc07642a09c0300ac3534e88cd74 /modules/http2/mod_http2.c | |
parent | gack, c99 mode stroke again (diff) | |
download | apache2-b5bc0852812b87d3527583a076387f86c0d0f665.tar.xz apache2-b5bc0852812b87d3527583a076387f86c0d0f665.zip |
cleanup of DEBUG log level to who all frame types receveid and sent
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721204 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/mod_http2.c')
-rw-r--r-- | modules/http2/mod_http2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/mod_http2.c b/modules/http2/mod_http2.c index 464161f3b3..8e95e519c8 100644 --- a/modules/http2/mod_http2.c +++ b/modules/http2/mod_http2.c @@ -136,7 +136,7 @@ static void h2_hooks(apr_pool_t *pool) { static const char *const mod_ssl[] = { "mod_ssl.c", NULL}; - ap_log_perror(APLOG_MARK, APLOG_INFO, 0, pool, "installing hooks"); + ap_log_perror(APLOG_MARK, APLOG_TRACE1, 0, pool, "installing hooks"); /* Run once after configuration is set, but before mpm children initialize. */ |