Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-21 23:49:48 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-21 23:49:48 +0400
commit80ce3d4dd1d2bf6a4364a7d574d94c0b118380cc (patch)
treeee99efba9ed6f0d274adcdb258ec5aedcbc917b9 /src/core/ngx_log.c
parentdc5ad52761f4d6b317fde01f2556a06d1d675e01 (diff)
style fix: remove trailing spaces
Diffstat (limited to 'src/core/ngx_log.c')
-rw-r--r--src/core/ngx_log.c2
1 files changed, 1 insertions, 1 deletions
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;