summaryrefslogtreecommitdiffstats
path: root/modules/loggers
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-11-20 10:13:18 +0100
committerStefan Fritsch <sf@apache.org>2010-11-20 10:13:18 +0100
commitaa5d9268f3b4ea63a549d3a7388e5744af388f93 (patch)
tree767476870ed85e06e2bf463fe28d4e361bc46810 /modules/loggers
parentLog errors/infos during expression evaluation and associate the message (diff)
downloadapache2-aa5d9268f3b4ea63a549d3a7388e5744af388f93.tar.xz
apache2-aa5d9268f3b4ea63a549d3a7388e5744af388f93.zip
detab
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers')
-rw-r--r--modules/loggers/mod_log_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c
index 0b6c6f5a60..12fce8cfee 100644
--- a/modules/loggers/mod_log_config.c
+++ b/modules/loggers/mod_log_config.c
@@ -1256,7 +1256,7 @@ static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn,
NULL);
if (err)
return err;
- cls->condition_expr->module_index = APLOG_MODULE_INDEX;
+ cls->condition_expr->module_index = APLOG_MODULE_INDEX;
}
else {
return "error in condition clause";