diff options
author | André Malo <nd@apache.org> | 2004-02-21 16:23:24 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-02-21 16:23:24 +0100 |
commit | 9ae33ec8edb27ff48c9fed568bca606aacf0cd97 (patch) | |
tree | 0334e9e5fab6f9ae5112ca67e776d7aad2b0418f /modules | |
parent | fix type of .rm extension (diff) | |
download | apache2-9ae33ec8edb27ff48c9fed568bca606aacf0cd97.tar.xz apache2-9ae33ec8edb27ff48c9fed568bca606aacf0cd97.zip |
there's no such default
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/loggers/mod_log_forensic.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 } }; |