sbekman     01/06/24 07:47:45

  Modified:    Apache-Test/lib/Apache TestServer.pm
  Log:
  s/print/error/
  
  Revision  Changes    Path
  1.10      +1 -1      modperl-2.0/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- TestServer.pm     2001/06/24 08:34:34     1.9
  +++ TestServer.pm     2001/06/24 14:47:44     1.10
  @@ -228,7 +228,7 @@
   sub failed_msg {
       my $self = shift;
       my $log = $self->{config}->error_log(1);
  -    print "@_ (please examine $log)\n";
  +    error "@_ (please examine $log)";
   }
   
   sub start {
  
  
  

Reply via email to