diff options
Diffstat (limited to 'src/os/win32/ngx_wsasend_chain.c')
| -rw-r--r-- | src/os/win32/ngx_wsasend_chain.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/os/win32/ngx_wsasend_chain.c b/src/os/win32/ngx_wsasend_chain.c index f0b5fe24c..438f3dbd0 100644 --- a/src/os/win32/ngx_wsasend_chain.c +++ b/src/os/win32/ngx_wsasend_chain.c @@ -64,9 +64,7 @@ ngx_chain_t *ngx_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in) } } -#if (NGX_DEBUG_WRITE_CHAIN) - ngx_log_debug(c->log, "WSASend(): %d" _ sent); -#endif + ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "WSASend(): %d", sent); c->sent += sent; @@ -207,9 +205,7 @@ ngx_chain_t *ngx_overlapped_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in) } } -#if (NGX_DEBUG_WRITE_CHAIN) - ngx_log_debug(c->log, "WSASend(): %d" _ sent); -#endif + ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, "WSASend(): %d", sent); c->sent += sent; @@ -391,9 +387,7 @@ non-block } } -#if (NGX_DEBUG_WRITE_CHAIN) ngx_log_debug(c->log, "WSASend(): %d" _ sent); -#endif c->sent += sent; |
