From: André Malo Date: Sat, 21 Feb 2004 15:24:36 +0000 (+0000) Subject: there's no such default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14739e2000dded7ca569f30b6ce528645f71c7f2;p=thirdparty%2Fapache%2Fhttpd.git there's no such default git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102726 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/standard/mod_log_forensic.c b/src/modules/standard/mod_log_forensic.c index 79afe58de79..4fc7ac772dd 100644 --- a/src/modules/standard/mod_log_forensic.c +++ b/src/modules/standard/mod_log_forensic.c @@ -251,7 +251,7 @@ static const char *set_forensic_log(cmd_parms *cmd, void *dummy, char *fn) static const command_rec forensic_log_cmds[] = { { "ForensicLog", set_forensic_log, NULL, RSRC_CONF, TAKE1, - "the filename of the forensic log (default is logs/forensic_log" }, + "the filename of the forensic log" }, { NULL } };