From 8b58224fb94e71fcd693d85ca3dff536d9512cb4 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Wed, 4 Jul 2007 14:18:57 +0000 Subject: [PATCH] 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 --- bin/sup-sync-back | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0