From: Jeff Trawick Date: Sat, 28 Jun 2014 13:54:16 +0000 (+0000) Subject: Follow-up to r1593860: X-Git-Tag: 2.5.0-alpha~4008 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04843443d4c1ab2d653d3a70661d6c9d2c25e662;p=apache 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 --- 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; }