From 80ce3d4dd1d2bf6a4364a7d574d94c0b118380cc Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 21 Apr 2009 19:49:48 +0000 Subject: style fix: remove trailing spaces --- src/core/ngx_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_log.c') diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 28287122d..725d34110 100644 --- a/src/core/ngx_log.c +++ b/src/core/ngx_log.c @@ -233,7 +233,7 @@ ngx_log_init(void) NGX_FILE_DEFAULT_ACCESS); if (ngx_stderr.fd == NGX_INVALID_FILE) { - ngx_event_log(ngx_errno, + ngx_event_log(ngx_errno, "Could not open error log file: " ngx_open_file_n " \"" NGX_ERROR_LOG_PATH "\" failed"); return NULL; -- cgit v1.2.3