Skip to content

Commit

Permalink
Fix wrong argument to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Oct 22, 2024
1 parent 885fdb0 commit 1577e07
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 1577e07

Please sign in to comment.