comparison src/http/ngx_http_core_module.c @ 3532:a8966b3c1fcf

fix the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 May 2010 13:15:24 +0000
parents beca01195937
children bb5376f3f585
comparison
equal deleted inserted replaced
3531:beca01195937 3532:a8966b3c1fcf
1220 1220
1221 test_dir = tf->test_dir; 1221 test_dir = tf->test_dir;
1222 1222
1223 tf++; 1223 tf++;
1224 1224
1225 ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 1225 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
1226 "try to use %s: \"%s\" \"%s\"", 1226 "try to use %s: \"%s\" \"%s\"",
1227 test_dir ? "dir" : "file", name, path.data); 1227 test_dir ? "dir" : "file", name, path.data);
1228 1228
1229 if (tf->lengths == NULL && tf->name.len == 0) { 1229 if (tf->lengths == NULL && tf->name.len == 0) {
1230 1230