# HG changeset patch # User Igor Sysoev # Date 1274966124 0 # Node ID a8966b3c1fcf21639948fd8af37be455a9baab0f # Parent beca011959379e1e9f0e70ba47fa93c3e996c477 fix the previous commit diff -r beca01195937 -r a8966b3c1fcf src/http/ngx_http_core_module.c --- a/src/http/ngx_http_core_module.c Thu May 27 13:09:09 2010 +0000 +++ b/src/http/ngx_http_core_module.c Thu May 27 13:15:24 2010 +0000 @@ -1222,7 +1222,7 @@ tf++; - ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, + ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, "try to use %s: \"%s\" \"%s\"", test_dir ? "dir" : "file", name, path.data);