commit | b1565cf96b8a17409151d3fd10b434729ddf5fe8 | [log] [tgz] |
---|---|---|
author | Ruslan Ermilov <ru@nginx.com> | Fri Sep 23 20:15:27 2011 +0000 |
committer | Ruslan Ermilov <ru@nginx.com> | Fri Sep 23 20:15:27 2011 +0000 |
tree | 45616e996cfac88d064a1b06ed5dfcf0586cfcd2 | |
parent | b75e4a6973d8c398fbe4ed2e6669e4164b262045 [diff] |
Fixed error message.
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index e809045..4f0b79d 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c
@@ -1281,7 +1281,7 @@ 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; }