mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Trailing whitespace fix.
This commit is contained in:
parent
e1d5455a74
commit
246cbd21ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1818,7 +1818,7 @@ ngx_http_upstream_test_connect(ngx_connection_t *c)
|
|||
}
|
||||
|
||||
c->log->action = "connecting to upstream";
|
||||
(void) ngx_connection_error(c, err,
|
||||
(void) ngx_connection_error(c, err,
|
||||
"kevent() reported that connect() failed");
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue