Print a message when we launch rsync/scp.
Signed-off-by: Steve Howard <showard@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1405 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 4e879ed..b920af6 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -461,6 +461,7 @@
break
time.sleep(60)
+ print '__copy_files: copying %s to %s' % (sources, dest)
try:
utils.run('rsync --rsh="%s" -az %s %s' % (
self.ssh_base_command(), ' '.join(sources), dest))