You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/08/28 22:37:46 UTC

cvs commit: modperl Changes

dougm       98/08/28 13:37:46

  Modified:    .        Changes
  Log:
  had that backwards
  
  Revision  Changes    Path
  1.120     +1 -1      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- Changes	1998/08/28 20:36:30	1.119
  +++ Changes	1998/08/28 20:37:44	1.120
  @@ -10,7 +10,7 @@
   
   Apache::Log optimizations:
     ${r,s}->log->$method() will now accept a CODE ref as it's first
  -  argument, which is only called when $method >= LogLevel
  +  argument, which is only called when LogLevel >= $method
     caller() file/line info determined only if LogLevel >= debug
     avoid copy of message SV