]> granicus.if.org Git - apache/commitdiff
Fix cut and paste fooness, this is not the default handler.
authorGraham Leggett <minfrin@apache.org>
Mon, 15 Feb 2010 00:48:40 +0000 (00:48 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 15 Feb 2010 00:48:40 +0000 (00:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@910145 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_reflector.c

index e9e02abd0755d2c3748eb769cb64419aa765c0f4..7fe851b4022f285954fa784c509b1279b6a65f3a 100644 (file)
@@ -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;
                 }