summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_busy_lock.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-03-05 18:09:06 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-03-05 18:09:06 +0000
commitee187436afcaaeef4bb8bcb65b3f5f815920761e (patch)
treee1f9418e9c5877b3e5cae26bb66682d548a0d959 /src/http/ngx_http_busy_lock.c
parent35e735523ebb1ea24b20f9099677b82a47c5d756 (diff)
downloadnginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.gz
nginx-ee187436afcaaeef4bb8bcb65b3f5f815920761e.tar.bz2
Whitespace fixes.
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_busy_lock.c2
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 cd8e07cd6..3b4b28c8b 100644
--- a/src/http/ngx_http_busy_lock.c
+++ b/src/http/ngx_http_busy_lock.c
@@ -300,7 +300,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, ignoring");
+ "busy lock waiting is useless with zero timeout, ignoring");
}
return NGX_CONF_OK;