Skip to content

Commit

Permalink
Merge pull request #842 from jajik/followup-MODCLUSTER-551
Browse files Browse the repository at this point in the history
MODCLUSTER-551: Fix wrong argument to logging
  • Loading branch information
rhusar authored Oct 24, 2024
2 parents 2577249 + e197543 commit c7947c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/mod_manager/mod_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -3412,7 +3412,7 @@ static const char*cmd_manager_enable_mcmp_receive(cmd_parms *cmd, void *dummy)
}
static const char*cmd_manager_enable_mcmp_receive_deprecated(cmd_parms *cmd, void *dummy)
{
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
"EnableMCPMReceive is deprecated misspelled version of 'EnableMCMPReceive' configuration option."
"Please update your configuration.");

Expand Down

0 comments on commit c7947c3

Please sign in to comment.