else {
return apr_pstrcat(parms->temp_pool,
parms->cmd->name,
- ": Illegal protocol '",
- w, "'", NULL);
+ ": Illegal protocol '", w, "'", NULL);
}
if (action == '-') {
*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;
}