diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-02-11 17:08:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-11 17:08:49 +0000 |
| commit | 54498db7a2a2e7e74fba61ec073b248da05e999e (patch) | |
| tree | 7e5bda151896efa349f2220fc122ba9792ce5dfb /src/event/modules/ngx_aio_module.c | |
| parent | c7a2f6860669f45f5abe342163de5bc68e344816 (diff) | |
| download | nginx-54498db7a2a2e7e74fba61ec073b248da05e999e.tar.gz nginx-54498db7a2a2e7e74fba61ec073b248da05e999e.tar.bz2 | |
nginx-0.0.2-2004-02-11-20:08:49 import
Diffstat (limited to 'src/event/modules/ngx_aio_module.c')
| -rw-r--r-- | src/event/modules/ngx_aio_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/modules/ngx_aio_module.c b/src/event/modules/ngx_aio_module.c index 4ca53714b..2f9c09b21 100644 --- 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_connection_t *c) 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; |
