summaryrefslogtreecommitdiffstats
path: root/client.py
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-01-18 19:11:44 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-01-22 16:43:48 -0800
commit9f7b2bb4f6630e96dff5935076d8dcd0b4caac3e (patch)
treec0bb67310c482f878e327983bb5a95cd0faa3858 /client.py
parentd301184184fe48c039a4b11b99570f6cd6029112 (diff)
ui-macos: Notice when we've connected; make debug logs optional.
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)