It's no longer needed, since mod_rewrite now uses
our usual error log. The superfluous EOL was logged
as '\n'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960236
13f79535-47bb-0310-9956-
ffa450edef68
*) mod_rewrite: Allow to set environment variables without explicitely
giving a value. [Rainer Jung]
+ *) mod_rewrite: Remove superfluous EOL from rewrite logging. [Rainer Jung]
+
Changes with Apache 2.3.6
*) SECURITY: CVE-2009-3555 (cve.mitre.org)
va_end(ap);
logline = apr_psprintf(r->pool, "%s %s %s [%s/sid#%pp][rid#%pp/%s%s%s] "
- "%s%s%s%s" APR_EOL_STR,
+ "%s%s%s%s",
rhost ? rhost : "UNKNOWN-HOST",
rname ? rname : "-",
r->user ? (*r->user ? r->user : "\"\"") : "-",