]> granicus.if.org Git - apache/commitdiff
adjust log level
authorStefan Fritsch <sf@apache.org>
Fri, 16 Aug 2013 08:53:45 +0000 (08:53 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 16 Aug 2013 08:53:45 +0000 (08:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514624 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index dc7731edff15c7e0057c6b6891350e7c34c3260b..ddec42484606b27102b9d7bc6a95d9b2cb2e3048 100644 (file)
@@ -1955,7 +1955,7 @@ void ssl_io_filter_init(conn_rec *c, request_rec *r, SSL *ssl)
     /* write is non blocking for the benefit of async mpm */
     if (c->cs) {
         BIO_set_nbio(filter_ctx->pbioWrite, 1);
-        ap_log_cerror(APLOG_MARK, APLOG_TRACE6, 0, c,
+        ap_log_cerror(APLOG_MARK, APLOG_TRACE7, 0, c,
                       "Enabling non-blocking writes");
     }