[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

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");


-- -------------------------------------------------------------------------------- Philippe M. Chiasson m/gozer\@(apache|cpan|ectoplasm)\.org/ GPG KeyID : 88C3A5A5 http://gozer.ectoplasm.org/ F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3A5A5

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to