/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm	2004/12/20 04:50:25	122812
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfig.pm	2004/12/20 05:26:52	122813
@@ -1881,7 +1881,7 @@ sub custom_config_nuke {
         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;
     }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26