You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/08/15 04:36:33 UTC

cvs commit: modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache Log.pod

stas        2002/08/14 19:36:33

  Modified:    src/docs/2.0/api/mod_perl-2.0/Apache Log.pod
  Log:
  eliminate the deprecated APLOG_NOERRNO
  
  Revision  Changes    Path
  1.4       +2 -2      modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Log.pod
  
  Index: Log.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Log.pod,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Log.pod	1 Jul 2002 16:03:37 -0000	1.3
  +++ Log.pod	15 Aug 2002 02:36:33 -0000	1.4
  @@ -276,8 +276,8 @@
   
   is the same as:
   
  -  $s->log_error(Apache::LOG_MARK, Apache::LOG_WARNING|Apache::LOG_NOERRNO,
  -                0, @warnings)
  +  $s->log_error(Apache::LOG_MARK, Apache::LOG_WARNING, 0, @warnings)
  +
   For example:
   
     $s->warn('routine server warning');
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org