diff options
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index f08af79de..bf2f38db8 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) { |