Philippe M. Chiasson wrote:


[EMAIL PROTECTED] wrote:

stas        2004/08/23 11:31:05

Modified: xs/Apache/Log Apache__Log.h
. Changes
Log:
Fix $s->log->*, $s->log_error and $s->log_serror to again log into the
vhost's error_log file (if there is one).


Missed this small rename in t/api/aplog

Yes, No, I've overdone s/Server/ServerRec/, so please revert this one :)

Index: t/response/TestAPI/aplog.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/aplog.pm,v
retrieving revision 1.17
diff -u -I$Id -r1.17 aplog.pm
--- t/response/TestAPI/aplog.pm 10 Jul 2004 00:37:06 -0000      1.17
+++ t/response/TestAPI/aplog.pm 23 Aug 2004 18:53:11 -0000
@@ -28,7 +28,7 @@

     my $slog = $s->log;

-    ok $slog->isa('Apache::Log::Server');
+    ok $slog->isa('Apache::Log::ServerRec');

     $rlog->info($package, " test in progress");




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to