Skip to content

Commit 9dd8980

Browse files
authored
Merge pull request #291 from jajik/followup-MODCLUSTER-551
Follow up on MODCLUSTER-551: Fix wrong argument to logging
2 parents 885fdb0 + 1577e07 commit 9dd8980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/mod_manager/mod_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3778,7 +3778,7 @@ static const char *cmd_manager_enable_mcmp_receive(cmd_parms *cmd, void *dummy)
37783778

37793779
static const char *cmd_manager_enable_mcmp_receive_deprecated(cmd_parms *cmd, void *dummy)
37803780
{
3781-
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
3781+
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
37823782
"EnableMCPMReceive is deprecated misspelled version of 'EnableMCMPReceive' configuration option. "
37833783
"Please update your configuration.");
37843784

0 commit comments

Comments
 (0)