diff --git a/connect.py b/connect.py index 603f57f60..ae6b7c212 100755 --- a/connect.py +++ b/connect.py @@ -384,6 +384,9 @@ class SshTty(Tty): if self.channel in r: try: x = self.channel.recv(10240) + print x + print '====' + print len(x) if len(x) == 0: break if self.vim_flag: