]> granicus.if.org Git - apache/commitdiff
Follow-up to r1593860:
authorJeff Trawick <trawick@apache.org>
Sat, 28 Jun 2014 13:54:16 +0000 (13:54 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 28 Jun 2014 13:54:16 +0000 (13:54 +0000)
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

modules/test/mod_dialup.c

index ad5bcb46ed039818634fa08a61f4939d7fe212ae..460d31ad7a6b97281a4cd546b15c8cc784dc7c39 100644 (file)
@@ -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;
     }