]> granicus.if.org Git - apache/blobdiff - modules/filters/mod_reflector.c
Fix cut and paste fooness, this is not the default handler.
[apache] / 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;
                 }