]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
there's no such default
authorAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 15:24:36 +0000 (15:24 +0000)
committerAndré Malo <nd@apache.org>
Sat, 21 Feb 2004 15:24:36 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102726 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_log_forensic.c

index 79afe58de799e0f0a0dcdb2ea4f3598bcb897291..4fc7ac772dd42607d57b22a0ec9d3f0eed1e8ba2 100644 (file)
@@ -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 }
 };