summaryrefslogtreecommitdiff
path: root/modules/test
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-06-28 13:54:16 +0000
committerJeff Trawick <trawick@apache.org>2014-06-28 13:54:16 +0000
commit04843443d4c1ab2d653d3a70661d6c9d2c25e662 (patch)
tree5ec4f9b1bdc086d232d059eef607f3fa170b45f4 /modules/test
parent2d53bf18cac93b17ba120190eba5e35d9019b4c1 (diff)
downloadhttpd-04843443d4c1ab2d653d3a70661d6c9d2c25e662.tar.gz
Follow-up to r1593860:
Fix build breakage on non-syslog.h platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1606358 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test')
-rw-r--r--modules/test/mod_dialup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c
index ad5bcb46ed..460d31ad7a 100644
--- a/modules/test/mod_dialup.c
+++ b/modules/test/mod_dialup.c
@@ -153,7 +153,7 @@ dialup_handler(request_rec *r)
rv = ap_mpm_query(AP_MPMQ_CAN_SUSPEND, &mpm_can_suspend);
if (!mpm_can_suspend) {
- ap_log_rerror (APLOG_MARK, LOG_NOTICE, rv, r, APLOGNO(02637)
+ ap_log_rerror (APLOG_MARK, APLOG_NOTICE, rv, r, APLOGNO(02637)
"dialup: MPM doesn't support suspending");
return DECLINED;
}