From d99ab1ce72eb939dac63b701598a9ae6df69bdef Mon Sep 17 00:00:00 2001 From: rcritten <> Date: Fri, 3 Jun 2005 15:10:48 +0000 Subject: Fix formatting and variable name in error message. --- nss_engine_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nss_engine_init.c') 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(); } } -- cgit