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/07/01 18:03:37 UTC

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

stas        2002/07/01 09:03:37

  Modified:    src/docs/2.0/api/mod_perl-2.0/Apache Log.pod
  Log:
  clarification
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Log.pod	29 Jun 2002 19:16:05 -0000	1.2
  +++ Log.pod	1 Jul 2002 16:03:37 -0000	1.3
  @@ -123,8 +123,8 @@
   I<"error-notes">, if and only if the severity level of the message is
   C<Apache::LOG_WARNING> or greater and there are no other
   I<"error-notes"> entry already set in the request record's notes
  -table. Once the I<"error-notes"> entry is set, it is up to the content
  -handler to determine whether this text should be send back to the
  +table. Once the I<"error-notes"> entry is set, it is up to the error
  +handler to determine whether this text should be sent back to the
   client.  For example:
   
     $r->log_rerror(Apache::LOG_MARK, Apache::LOG_ERR|Apache::LOG_TOCLIENT,
  
  
  

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