From: Jeff Trawick Date: Sat, 28 Jun 2014 13:54:16 +0000 (+0000) Subject: Follow-up to r1593860: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3794bb87a3df69e08063ba702b305efd277a12;p=thirdparty%2Fapache%2Fhttpd.git 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 ad5bcb46ed0..460d31ad7a6 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; }