[Fai-commit] r3364 - trunk/bin

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sat Apr 1 22:15:58 UTC 2006


Author: lange
Date: 2006-04-01 22:15:57 +0000 (Sat, 01 Apr 2006)
New Revision: 3364

Modified:
   trunk/bin/fcopy
Log:
preserving is not an error, closes: #360183


Modified: trunk/bin/fcopy
===================================================================
--- trunk/bin/fcopy	2006-04-01 16:43:05 UTC (rev 3363)
+++ trunk/bin/fcopy	2006-04-01 22:15:57 UTC (rev 3364)
@@ -27,7 +27,7 @@
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #*********************************************************************
 
-my $version = "Version 2.2.3, 28-march-2006";
+my $version = "Version 2.2.4, 1-april-2006";
 
 use strict;
 use File::Copy;
@@ -160,7 +160,7 @@
 
   print LOGFILE "$source\t$class$logcomment\n" if $logfile;
   if ($preserve) {
-    ewarn("preserving $source \n");
+    warn "preserving $source \n";
     return;
   }
 




More information about the Fai-commit mailing list