]> git.cworth.org Git - sup/commitdiff
minor: output what files we're moving in sup-sync-back
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 4 Jul 2007 14:18:57 +0000 (14:18 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 4 Jul 2007 14:18:57 +0000 (14:18 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@472 5c8cc53c-5e98-4d25-b20a-d8db53a31250

bin/sup-sync-back

index c0d6e79b030381cbca6f8391e4a1c0310480f497..d61f219a09e428ee27d90283ab4133f15e8bdd4b 100644 (file)
@@ -112,6 +112,7 @@ begin
       deleted_fp.flush if deleted_fp
       spam_fp.flush if spam_fp
       out_fp.close
+      $stderr.puts "Moving #{out_fp.path} to #{source.file_path}"
       FileUtils.mv out_fp.path, source.file_path
     end
   end