From: Graham Leggett Date: Mon, 15 Feb 2010 00:48:40 +0000 (+0000) Subject: Fix cut and paste fooness, this is not the default handler. X-Git-Tag: 2.3.6~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28a3c82453f8fe76992154204b8c6d645453daff;p=thirdparty%2Fapache%2Fhttpd.git Fix cut and paste fooness, this is not the default handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_reflector.c b/modules/filters/mod_reflector.c index e9e02abd075..7fe851b4022 100644 --- a/modules/filters/mod_reflector.c +++ b/modules/filters/mod_reflector.c @@ -157,7 +157,7 @@ static int reflector_handler(request_rec * r) if (status != APR_SUCCESS) { /* no way to know what type of error occurred */ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, status, r, - "default_handler: ap_pass_brigade returned %i", + "reflector_handler: ap_pass_brigade returned %i", status); return HTTP_INTERNAL_SERVER_ERROR; }