diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 21:14:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 21:14:37 +0000 |
commit | ea17edc917ce07ceff023c304e29b2dad40718c4 (patch) | |
tree | d5e059d98afb1595bcd12effa90cc87a7a5ba065 /src/http/ngx_http_busy_lock.c | |
parent | ea0b1d973c975d8f61aad1198ae391e8eba1c8b9 (diff) | |
download | nginx-ea17edc917ce07ceff023c304e29b2dad40718c4.tar.gz nginx-ea17edc917ce07ceff023c304e29b2dad40718c4.zip |
nginx-0.0.2-2004-03-03-00:14:37 import
Diffstat (limited to 'src/http/ngx_http_busy_lock.c')
-rw-r--r-- | src/http/ngx_http_busy_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |