Author: stas
Date: Sun Dec 19 21:26:52 2004
New Revision: 122813

URL: http://svn.apache.org/viewcvs?view=rev&rev=122813
Log:
use debug() instead of error() to avoid noise

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm?view=diff&rev=122813&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm&r1=122812&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm&r2=122813
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm        
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm        
Sun Dec 19 21:26:52 2004
@@ -1881,7 +1881,7 @@
         my $mode = (stat _)[2];
         my $mode_new = $mode | 0200;
         chmod $mode_new, $path;
-        error "emptying $path";
+        debug  "emptying $path";
         Apache::TestConfig::custom_config_write($path, '');
         chmod $mode, $path;
     }

Reply via email to