You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2002/07/01 18:46:23 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

stas        2002/07/01 09:46:23

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfig.pm
  Log:
  use error() instead of the older print "Warning:...\n" to take the
  advantage of the Trace methods
  
  Revision  Changes    Path
  1.139     +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
  
  Index: TestConfig.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
  retrieving revision 1.138
  retrieving revision 1.139
  diff -u -r1.138 -r1.139
  --- TestConfig.pm	15 Jun 2002 00:54:13 -0000	1.138
  +++ TestConfig.pm	1 Jul 2002 16:46:22 -0000	1.139
  @@ -406,7 +406,7 @@
               $self->$_();
           }
           else {
  -            print "WARNING: cannot run configure hook: `$_'\n";
  +            error "cannot run configure hook: `$_'";
           }
       }