From f1cc457d7f562a7c8e7ff9ba28fc143bd175a7dc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 27 Apr 2009 09:55:53 +0000 Subject: *) of.test_only to not open file if only stat() is enough *) of.failed to return exact name of failed syscall --- src/http/modules/ngx_http_flv_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_flv_module.c') diff --git a/src/http/modules/ngx_http_flv_module.c b/src/http/modules/ngx_http_flv_module.c index b7c18cf57..2afeb2809 100644 --- a/src/http/modules/ngx_http_flv_module.c +++ b/src/http/modules/ngx_http_flv_module.c @@ -143,7 +143,7 @@ ngx_http_flv_handler(ngx_http_request_t *r) if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { ngx_log_error(level, log, of.err, - ngx_open_file_n " \"%s\" failed", path.data); + "%s \"%s\" failed", of.failed, path.data); } return rc; -- cgit