diff src/http/ngx_http.c @ 4142:7b632622ba56

Fixed error message.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Sep 2011 20:15:27 +0000
parents 59b99f217c6d
children 57d45d345651
line wrap: on
line diff
--- a/src/http/ngx_http.c
+++ b/src/http/ngx_http.c
@@ -1281,7 +1281,7 @@ ngx_http_add_addresses(ngx_conf_t *cf, n
 
             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;
             }