]> git.kaiwu.me - nginx.git/commitdiff
Corrected the directive name in the ngx_mail_auth_http_module error message.
authorRuslan Ermilov <ru@nginx.com>
Wed, 15 Aug 2012 11:17:55 +0000 (11:17 +0000)
committerRuslan Ermilov <ru@nginx.com>
Wed, 15 Aug 2012 11:17:55 +0000 (11:17 +0000)
src/mail/ngx_mail_auth_http_module.c

index c23c4bad73d87c75999fb03fc7ca11fe507daf4c..d2bd4ad61a8a481b821287eed904adaaed212f64 100644 (file)
@@ -1332,7 +1332,7 @@ ngx_mail_auth_http_merge_conf(ngx_conf_t *cf, void *parent, void *child)
 
         if (conf->peer == NULL) {
             ngx_log_error(NGX_LOG_EMERG, cf->log, 0,
-                          "no \"http_auth\" is defined for server in %s:%ui",
+                          "no \"auth_http\" is defined for server in %s:%ui",
                           conf->file, conf->line);
 
             return NGX_CONF_ERROR;