Author: stas Date: Tue Nov 30 07:50:54 2004 New Revision: 109050 URL: http://svn.apache.org/viewcvs?view=rev&rev=109050 Log: fix the logging call in RegistryCooker Contributed by: Lars Eggert <[EMAIL PROTECTED]>
Modified: perl/modperl/trunk/Changes perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Modified: perl/modperl/trunk/Changes Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=diff&rev=109050&p1=perl/modperl/trunk/Changes&r1=109049&p2=perl/modperl/trunk/Changes&r2=109050 ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Tue Nov 30 07:50:54 2004 @@ -12,6 +12,9 @@ =item 1.99_18-dev +fix the logging call in RegistryCooker [Lars Eggert <lars.eggert +netlab.nec.de>] + fix $r->filename in Apache::compat to update the finfo struct (which is how it worked in mp1) [Stas] Modified: perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm?view=diff&rev=109050&p1=perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm&r1=109049&p2=perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm&r2=109050 ============================================================================== --- perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm (original) +++ perl/modperl/trunk/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Tue Nov 30 07:50:54 2004 @@ -558,8 +558,8 @@ my %switches = ( 'T' => sub { - Apache::warn("-T switch is ignored, " . - "enable with 'PerlSwitches -T' in httpd.conf\n") + Apache::ServerRec::warn("-T switch is ignored, enable " . + "with 'PerlSwitches -T' in httpd.conf\n") unless ${^TAINT}; ""; },