fix previous commit

This commit is contained in:
Igor Sysoev 2008-02-16 14:24:43 +00:00
parent 0a0c02f58b
commit 85a5281be9

View File

@ -939,7 +939,7 @@ sleep(r, sleep, next)
ngx_http_perl_set_request(r); ngx_http_perl_set_request(r);
sleep = SvIV(ST(1)); sleep = (ngx_msec_t) SvIV(ST(1));
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"perl sleep: %M", sleep); "perl sleep: %M", sleep);