]> granicus.if.org Git - apache/commitdiff
Tweak log message
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Apr 2015 06:57:07 +0000 (06:57 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 12 Apr 2015 06:57:07 +0000 (06:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672985 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index b15302f033fa9c60c6b45d1653f831e108b8d54f..e238c486e8ce021adbad192b6799203ccc5800a8 100644 (file)
@@ -1339,8 +1339,7 @@ static const char *ssl_cmd_protocol_parse(cmd_parms *parms,
         else {
             return apr_pstrcat(parms->temp_pool,
                                parms->cmd->name,
-                               ": Illegal protocol '",
-                               w, "'", NULL);
+                               ": Illegal protocol '", w, "'", NULL);
         }
 
         if (action == '-') {
@@ -1350,12 +1349,11 @@ static const char *ssl_cmd_protocol_parse(cmd_parms *parms,
             *options |= thisopt;
         }
         else {
-            if (*options != SSL_PROTOCOL_NONE)
-            {
+            if (*options != SSL_PROTOCOL_NONE) {
                 ap_log_error(APLOG_MARK, APLOG_WARNING, 0, parms->server, APLOGNO(02532)
-                             "Protocol '%s' of directive '%s' overrides already set parameters. "
+                             "%s: Protocol '%s' overrides already set parameter(s). "
                              "Check if a prefix is not missing.",
-                             w, parms->cmd->name);
+                             parms->cmd->name, w);
             }
             *options = thisopt;
         }