From: wmorgan Date: Wed, 4 Jul 2007 14:18:57 +0000 (+0000) Subject: minor: output what files we're moving in sup-sync-back X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8b58224fb94e71fcd693d85ca3dff536d9512cb4;p=sup minor: output what files we're moving in sup-sync-back git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@472 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-sync-back b/bin/sup-sync-back index c0d6e79..d61f219 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -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