summaryrefslogtreecommitdiffstats
path: root/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'client.py')
-rw-r--r--client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.py b/client.py
index daa1e6a..dbd11de 100644
--- a/client.py
+++ b/client.py
@@ -226,6 +226,8 @@ def _main(listener, fw, ssh_cmd, remotename, python, seed_hosts, auto_nets,
raise Fatal('expected server init string %r; got %r'
% (expected, initstring))
debug1('connected.\n')
+ print 'Connected.'
+ sys.stdout.flush()
if daemon:
daemonize()
log('daemonizing (%s).\n' % _pidname)