From ea17edc917ce07ceff023c304e29b2dad40718c4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 2 Mar 2004 21:14:37 +0000 Subject: nginx-0.0.2-2004-03-03-00:14:37 import --- src/http/ngx_http_busy_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/ngx_http_busy_lock.c b/src/http/ngx_http_busy_lock.c index e4f682f90..dac6f59e9 100644 --- a/src/http/ngx_http_busy_lock.c +++ b/src/http/ngx_http_busy_lock.c @@ -288,7 +288,7 @@ char *ngx_http_set_busy_lock_slot(ngx_conf_t *cf, ngx_command_t *cmd, if (bl->timeout == 0 && bl->max_waiting) { ngx_conf_log_error(NGX_LOG_WARN, cf, 0, - "busy lock waiting is useless with zero timeout"); + "busy lock waiting is useless with zero timeout, ignoring"); } return NGX_CONF_OK; -- cgit