Skip to content

Commit bdf7351

Browse files
author
Andre Malo
committed
there's no such default
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102725 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55cd838 commit bdf7351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/loggers/mod_log_forensic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ static const char *set_forensic_log(cmd_parms *cmd, void *dummy, const char *fn)
254254

255255
static const command_rec forensic_log_cmds[] =
256256
{
257-
AP_INIT_TAKE1("ForensicLog", set_forensic_log, NULL, RSRC_CONF,
258-
"the filename of the forensic log (default is logs/forensic_log" ),
257+
AP_INIT_TAKE1("ForensicLog", set_forensic_log, NULL, RSRC_CONF,
258+
"the filename of the forensic log"),
259259
{ NULL }
260260
};
261261

0 commit comments

Comments
 (0)