Skip to content

Commit

Permalink
indent, removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus committed Oct 25, 2005
1 parent f6e8774 commit 5cf4140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions de/mud/ssh/SshIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ public void disconnect() {
public void setWindowSize(int columns,int rows)
throws IOException {
if (phase == PHASE_INIT) {
System.err.println("sshio:setWindowSize(), sizing in init phase not supported.\n");
System.err.println("sshio:setWindowSize(), sizing in init phase not supported.\n");
}
System.err.println("SSHIO:setWindowSize("+columns+","+rows+")");
if (debug>1) System.err.println("SSHIO:setWindowSize("+columns+","+rows+")");
Send_SSH_CMSG_WINDOW_SIZE(columns,rows);
}

Expand Down

0 comments on commit 5cf4140

Please sign in to comment.