diff options
Diffstat (limited to 'src/core/nginx.c')
| -rw-r--r-- | src/core/nginx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index d04d95499..a59e4d6f3 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -288,9 +288,9 @@ ngx_add_inherited_sockets(ngx_cycle_t *cycle) s = ngx_atoi(v, p - v); if (s == NGX_ERROR) { ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, - "invalid socket number \"%s\" in " - NGINX_VAR " environment variable, " - "ignoring the rest of the variable", v); + "invalid socket number \"%s\" in " NGINX_VAR + " environment variable, ignoring the rest" + " of the variable", v); break; } |
