aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/trilead
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-04-15 18:44:15 +0000
committerKenny Root <kenny@the-b.org>2009-04-15 18:44:15 +0000
commitf03be9c1085a4f43e1c6529925e1b90d250225f4 (patch)
treee4d90aee6a020cd94626549d9d47c80dc3ef5ac6 /src/com/trilead
parent303f859f96971df46c3f9660f76ed2d7ce4d8a2d (diff)
downloadconnectbot-f03be9c1085a4f43e1c6529925e1b90d250225f4.tar.gz
connectbot-f03be9c1085a4f43e1c6529925e1b90d250225f4.tar.bz2
connectbot-f03be9c1085a4f43e1c6529925e1b90d250225f4.zip
Fix to SSH library to allow SSH protocol debugging
Diffstat (limited to 'src/com/trilead')
-rw-r--r--src/com/trilead/ssh2/Connection.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/trilead/ssh2/Connection.java b/src/com/trilead/ssh2/Connection.java
index 1741a4c..98e5fdd 100644
--- a/src/com/trilead/ssh2/Connection.java
+++ b/src/com/trilead/ssh2/Connection.java
@@ -1589,6 +1589,8 @@ public class Connection
}
};
}
+
+ Logger.logger = logger;
}
}