Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11DC217566 for ; Wed, 15 Apr 2015 13:55:47 +0000 (UTC) Received: (qmail 43421 invoked by uid 500); 15 Apr 2015 13:55:47 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43349 invoked by uid 500); 15 Apr 2015 13:55:46 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 43340 invoked by uid 99); 15 Apr 2015 13:55:46 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 13:55:46 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id C60AEAC0095 for ; Wed, 15 Apr 2015 13:55:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1673769 - /httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Date: Wed, 15 Apr 2015 13:55:46 -0000 To: cvs@httpd.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150415135546.C60AEAC0095@hades.apache.org> Author: trawick Date: Wed Apr 15 13:55:46 2015 New Revision: 1673769 URL: http://svn.apache.org/r1673769 Log: Follow-up to r1520445: Tweak error message for clarity Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_config.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_config.c?rev=1673769&r1=1673768&r2=1673769&view=diff ============================================================================== --- httpd/httpd/trunk/modules/ssl/ssl_engine_config.c (original) +++ httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Wed Apr 15 13:55:46 2015 @@ -1352,7 +1352,7 @@ static const char *ssl_cmd_protocol_pars if (*options != SSL_PROTOCOL_NONE) { ap_log_error(APLOG_MARK, APLOG_WARNING, 0, parms->server, APLOGNO(02532) "%s: Protocol '%s' overrides already set parameter(s). " - "Check if a prefix is not missing.", + "Check if a +/- prefix is missing.", parms->cmd->name, w); } *options = thisopt;