aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-26 19:37:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-26 19:37:38 +0000
commit0e60e4f73a62bf168dcc0ece770dafa27de35207 (patch)
tree3c31ea04ad8fd22970145f1a567fe7850ad29018 /src/core/nginx.c
parent43e1b88acb417cdeda612fbb7a7c2747303c7321 (diff)
add quotes for configure options with spaces
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index f08af79d..bf2f38db 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -232,7 +232,7 @@ main(int argc, char *const *argv)
#ifdef NGX_COMPILER
ngx_log_stderr(0, "built by " NGX_COMPILER);
#endif
- ngx_log_stderr(0, "configure arguments: " NGX_CONFIGURE);
+ ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
}
if (!ngx_test_config) {