comparison src/event/ngx_event_pipe.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents 2cd019520210
children 0fa883e92895 d9c180fcbfa7
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
658 } 658 }
659 659
660 flush: 660 flush:
661 661
662 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, p->log, 0, 662 ngx_log_debug2(NGX_LOG_DEBUG_EVENT, p->log, 0,
663 "pipe write: out:%p, f:%d", out, flush); 663 "pipe write: out:%p, f:%ui", out, flush);
664 664
665 if (out == NULL) { 665 if (out == NULL) {
666 666
667 if (!flush) { 667 if (!flush) {
668 break; 668 break;