diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-17 00:36:44 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-17 00:36:44 +0000 |
| commit | 246cbd21ce2aad389bcf538b6ed420197e1fc132 (patch) | |
| tree | 9bc7ff30a58eb96f9e46f77aa55648886e32e571 /src | |
| parent | e1d5455a74521a01a37579fb925ffa7fbe06f57f (diff) | |
| download | nginx-246cbd21ce2aad389bcf538b6ed420197e1fc132.tar.gz nginx-246cbd21ce2aad389bcf538b6ed420197e1fc132.tar.bz2 | |
Trailing whitespace fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http_upstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 9a9bfc000..703017f54 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -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; } |
