diff src/event/ngx_event_openssl.c @ 549:e16a8d574da5 release-0.2.3

nginx-0.2.3-RELEASE import *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.2.2.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2005 16:02:34 +0000
parents 818fbd4750b9
children c1f965ef9718
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) {