From: André Malo Date: Sat, 21 Feb 2004 15:23:24 +0000 (+0000) Subject: there's no such default X-Git-Tag: pre_ajp_proxy~644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ae33ec8edb27ff48c9fed568bca606aacf0cd97;p=apache there's no such default git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/loggers/mod_log_forensic.c b/modules/loggers/mod_log_forensic.c index f660b24722..ca59239d39 100644 --- a/modules/loggers/mod_log_forensic.c +++ b/modules/loggers/mod_log_forensic.c @@ -254,8 +254,8 @@ static const char *set_forensic_log(cmd_parms *cmd, void *dummy, const char *fn) static const command_rec forensic_log_cmds[] = { -AP_INIT_TAKE1("ForensicLog", set_forensic_log, NULL, RSRC_CONF, - "the filename of the forensic log (default is logs/forensic_log" ), + AP_INIT_TAKE1("ForensicLog", set_forensic_log, NULL, RSRC_CONF, + "the filename of the forensic log"), { NULL } };