From: Rob H. <for...@us...> - 2003-06-01 07:46:01
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/File In directory sc8-pr-cvs1:/tmp/cvs-serv1299/lib/SandWeb/File Modified Files: Tag: release-1_0-branch Unix.pm Log Message: "make test" now works on release branch too Index: Unix.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File/Unix.pm,v retrieving revision 1.11 retrieving revision 1.11.2.1 diff -U2 -r1.11 -r1.11.2.1 --- Unix.pm 14 Jan 2003 09:49:47 -0000 1.11 +++ Unix.pm 1 Jun 2003 07:45:55 -0000 1.11.2.1 @@ -784,5 +784,5 @@ my $return; - $log->debug("removing file : $location/$filename"); + #$log->debug("removing file : $location/$filename"); my $result = _shell( @@ -791,5 +791,5 @@ log_obj => $log, ); - $log->debug("error code : $result"); + #$log->debug("error code : $result"); if ($result) { |