commit 8b58224fb94e71fcd693d85ca3dff536d9512cb4
parent a87c26b6fad711c46023613977f4595efd0db277
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Wed, 4 Jul 2007 14:18:57 +0000
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
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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