Skip to content

Commit 3829d65

Browse files
airweentheseion
andauthored
Debug message clarification
Co-authored-by: Max Leske <[email protected]>
1 parent 055aec7 commit 3829d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/apache2_config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3719,7 +3719,7 @@ static const char *cmd_parse_xml_into_args(cmd_parms *cmd, void *_dcfg, const ch
37193719
assert(p1 != NULL);
37203720
// Normally useless code, left to be safe for the moment
37213721
if (_dcfg == NULL) {
3722-
ap_log_perror(APLOG_MARK, APLOG_EMERG, 0, cmd->pool, "cmd_hash_engine: _dcfg is NULL");
3722+
ap_log_perror(APLOG_MARK, APLOG_EMERG, 0, cmd->pool, "cmd_parse_xml_into_args: _dcfg is NULL");
37233723
return NULL;
37243724
}
37253725
directory_config *dcfg = (directory_config *)_dcfg;

0 commit comments

Comments
 (0)