comparison src/http/ngx_http_busy_lock.c @ 276:a2d1ccc96111

nginx-0.0.2-2004-03-03-00:14:37 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 02 Mar 2004 21:14:37 +0000
parents d4e65d74db9f
children 87e73f067470
comparison
equal deleted inserted replaced
275:b836469c37c3 276:a2d1ccc96111
286 } 286 }
287 } 287 }
288 288
289 if (bl->timeout == 0 && bl->max_waiting) { 289 if (bl->timeout == 0 && bl->max_waiting) {
290 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 290 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
291 "busy lock waiting is useless with zero timeout"); 291 "busy lock waiting is useless with zero timeout, ignoring");
292 } 292 }
293 293
294 return NGX_CONF_OK; 294 return NGX_CONF_OK;
295 } 295 }