From 9ae33ec8edb27ff48c9fed568bca606aacf0cd97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 21 Feb 2004 15:23:24 +0000 Subject: [PATCH] there's no such default git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102725 13f79535-47bb-0310-9956-ffa450edef68 --- modules/loggers/mod_log_forensic.c | 4 ++-- 1 file 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 } }; -- 2.50.1