At 12:37 PM 12/9/2003, Stas Bekman wrote:

>Does this look good?
>
>         ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r,
>                       "mod_include: Options +Includes (or IncludesNoExec) "
>-                      "wasn't set, passing data unmodified");
>+                      "wasn't set, passing data unmodified, removing myself");
>+        ap_remove_output_filter(f);

Admins have to read this message in their logs, not coders.  What about this:

>mod_include: Options +Includes (or IncludesNoExec) wasn't set, include filter removed

Reply via email to