Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-24 00:15:27 +0400
committerRuslan Ermilov <ru@nginx.com>2011-09-24 00:15:27 +0400
commitb1565cf96b8a17409151d3fd10b434729ddf5fe8 (patch)
tree45616e996cfac88d064a1b06ed5dfcf0586cfcd2 /src/http/ngx_http.c
parentb75e4a6973d8c398fbe4ed2e6669e4164b262045 (diff)
Fixed error message.
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r--src/http/ngx_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c
index e8090453a..4f0b79def 100644
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1281,7 +1281,7 @@ ngx_http_add_addresses(ngx_conf_t *cf, ngx_http_core_srv_conf_t *cscf,
if (addr[i].opt.set) {
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
- "a duplicate listen options for %s", addr[i].opt.addr);
+ "duplicate listen options for %s", addr[i].opt.addr);
return NGX_ERROR;
}