comparison src/mail/ngx_mail_proxy_module.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents bf1655ae9a1c
children 9c29644f6d03
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
933 } 933 }
934 934
935 do_write = ev->write ? 1 : 0; 935 do_write = ev->write ? 1 : 0;
936 936
937 ngx_log_debug3(NGX_LOG_DEBUG_MAIL, ev->log, 0, 937 ngx_log_debug3(NGX_LOG_DEBUG_MAIL, ev->log, 0,
938 "mail proxy handler: %d, #%d > #%d", 938 "mail proxy handler: %ui, #%d > #%d",
939 do_write, src->fd, dst->fd); 939 do_write, src->fd, dst->fd);
940 940
941 for ( ;; ) { 941 for ( ;; ) {
942 942
943 if (do_write) { 943 if (do_write) {