comparison src/os/unix/ngx_files.c @ 6480:f01ab2dbcfdc

Fixed logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 31 Mar 2016 02:33:57 +0300
parents 6e10518f95d8
children 7eb19447b2de
comparison
equal deleted inserted replaced
6479:dc92298b1852 6480:f01ab2dbcfdc
174 #if 0 174 #if 0
175 ngx_time_update(); 175 ngx_time_update();
176 #endif 176 #endif
177 177
178 ngx_log_debug4(NGX_LOG_DEBUG_CORE, log, 0, 178 ngx_log_debug4(NGX_LOG_DEBUG_CORE, log, 0,
179 "pread: %z (err: %i) of %uz @%O", 179 "pread: %z (err: %d) of %uz @%O",
180 n, ctx->err, ctx->size, ctx->offset); 180 n, ctx->err, ctx->size, ctx->offset);
181 } 181 }
182 182
183 #else 183 #else
184 184