summaryrefslogtreecommitdiffstats
path: root/modules/test
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2014-05-20 06:02:49 +0200
committerChristophe Jaillet <jailletc36@apache.org>2014-05-20 06:02:49 +0200
commit2d01df12ea85fd40b1a5cd18a05b5219d4c9b49f (patch)
tree345682df270c5b2851872dd6c3965b14a8ff078e /modules/test
parentupdate transformation (diff)
downloadapache2-2d01df12ea85fd40b1a5cd18a05b5219d4c9b49f.tar.xz
apache2-2d01df12ea85fd40b1a5cd18a05b5219d4c9b49f.zip
Fix duplicate APLOGNO
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596108 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 b46097a825..ad5bcb46ed 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(02617)
+ ap_log_rerror (APLOG_MARK, LOG_NOTICE, rv, r, APLOGNO(02637)
"dialup: MPM doesn't support suspending");
return DECLINED;
}