diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_busy_lock.c	Tue Mar 02 15:40:59 2004 +0000
+++ b/src/http/ngx_http_busy_lock.c	Tue Mar 02 21:14:37 2004 +0000
@@ -288,7 +288,7 @@
 
     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;