1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Follow-up to r1520445:

Tweak error message for clarity


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2015-04-15 13:55:46 +00:00
parent c12eef19b2
commit f7d9af2eb4

View File

@@ -1352,7 +1352,7 @@ static const char *ssl_cmd_protocol_parse(cmd_parms *parms,
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;