diff src/os/win32/ngx_wsasend_chain.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 1bf718ce0dde
children 0ba4821f4460
line wrap: on
line diff
--- 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_conne
         }
     }
 
-#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_chai
         }
     }
 
-#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;