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

modules/loggers/mod_log_forensic.c

index f660b247226d35188ce877379f0880893edaa9e4..ca59239d397d41b835c5ac5da7acbed97facff4a 100644 (file)
@@ -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 }
 };