diff src/event/ngx_event_openssl.c @ 98:8bf57caa374a NGINX_0_2_3

nginx 0.2.3 *) Bugfix: nginx could not be built without the --with-debug option; bug appeared in 0.2.2.
author Igor Sysoev <http://sysoev.ru>
date Fri, 30 Sep 2005 00:00:00 +0400
parents ca4f70b3ccc6
children cf3d6edb3ad6
line wrap: on
line diff
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -320,7 +320,7 @@ ngx_ssl_handshake_handler(ngx_event_t *e
 
     c = ev->data;
 
-    ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
+    ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
                    "ssl handshake handler: %d", ev->write);
 
     if (ngx_ssl_handshake(c) == NGX_AGAIN) {