Skip to content

Commit

Permalink
Merge pull request #291 from jajik/followup-MODCLUSTER-551
Browse files Browse the repository at this point in the history
Follow up on MODCLUSTER-551: Fix wrong argument to logging
  • Loading branch information
rhusar authored Oct 24, 2024
2 parents 885fdb0 + 1577e07 commit 9dd8980
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 @@ -3778,7 +3778,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 9dd8980

Please sign in to comment.