diff src/event/modules/ngx_aio_module.c @ 257:70e1c7d2b83d

nginx-0.0.2-2004-02-11-20:08:49 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Feb 2004 17:08:49 +0000
parents 84036764e215
children bdd631bf1a1c
line wrap: on
line diff
--- a/src/event/modules/ngx_aio_module.c
+++ b/src/event/modules/ngx_aio_module.c
@@ -106,7 +106,7 @@ static int ngx_aio_del_connection(ngx_co
 
     rc = aio_cancel(c->fd, NULL);
 
-    ngx_log_debug(c->log, "aio_cancel: %d" _ rc);
+    ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "aio_cancel: %d", rc);
 
     if (rc == AIO_CANCELED) {
         c->read->active = c->write->active = 0;