Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: Docs-cvs

svn commit: r478999 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod

 

 

ModPerl docs-cvs RSS feed   Index | Next | Previous | View Threaded


stas at apache

Nov 24, 2006, 1:12 PM

Post #1 of 1 (915 views)
Permalink
svn commit: r478999 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod

Author: stas
Date: Fri Nov 24 13:11:59 2006
New Revision: 478999

URL: http://svn.apache.org/viewvc?view=rev&rev=478999
Log:
wrong logging function used

Modified:
perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod
URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod?view=diff&rev=478999&r1=478998&r2=478999
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/Log.pod Fri Nov 24 13:11:59 2006
@@ -357,8 +357,8 @@

is the same as:

- $s->log_error(Apache2::Log::LOG_MARK, Apache2::Const::LOG_WARNING,
- APR::Const::SUCCESS, @warnings)
+ $s->log_serror(Apache2::Log::LOG_MARK, Apache2::Const::LOG_WARNING,
+ APR::Const::SUCCESS, @warnings)

=over 4

@@ -527,8 +527,8 @@

is the same as:

- $r->log_error(Apache2::Log::LOG_MARK, Apache2::Const::LOG_WARNING,
- APR::Const::SUCCESS, @warnings)
+ $r->log_rerror(Apache2::Log::LOG_MARK, Apache2::Const::LOG_WARNING,
+ APR::Const::SUCCESS, @warnings)

=over 4




---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl
For additional commands, e-mail: docs-cvs-help [at] perl

ModPerl docs-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.