[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 15/156: Fix formatting and variable name in error message.
    Timo Aaltonen 
    tjaalton-guest at moszumanska.debian.org
       
    Wed Jul  2 13:55:23 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.
commit d99ab1ce72eb939dac63b701598a9ae6df69bdef
Author: rcritten <>
Date:   Fri Jun 3 15:10:48 2005 +0000
    Fix formatting and variable name in error message.
---
 nss_engine_init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nss_engine_init.c b/nss_engine_init.c
index cbcf114..94f00af 100644
--- a/nss_engine_init.c
+++ b/nss_engine_init.c
@@ -606,8 +606,8 @@ static void nss_init_server_certs(server_rec *s,
                 "Certificate not verified: '%s'", mctx->nickname);
             nss_log_nss_error(APLOG_MARK, APLOG_ERR, s);
             if (mctx->enforce) {
-            ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
-                "Unable to verify certificate '%s'. Add \"SSLEnforceValidCerts off\" to nss.conf so the server can start until the problem can be resolved.", mctx->nickname);
+                ap_log_error(APLOG_MARK, APLOG_ERR, 0, s,
+                    "Unable to verify certificate '%s'. Add \"NSSEnforceValidCerts off\" to nss.conf so the server can start until the problem can be resolved.", mctx->nickname);
                 nss_die();
             }
         }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git
    
    
More information about the Pkg-fedora-ds-maintainers
mailing list