# HG changeset patch # User Ruslan Ermilov # Date 1316808927 0 # Node ID 7b632622ba566e24a85f195a28018981fe4abc78 # Parent a18b10aea510aefe01e814034fb84fb5ee41387e Fixed error message. diff -r a18b10aea510 -r 7b632622ba56 src/http/ngx_http.c --- a/src/http/ngx_http.c Tue Sep 20 13:15:41 2011 +0000 +++ b/src/http/ngx_http.c Fri Sep 23 20:15:27 2011 +0000 @@ -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; }