equal
deleted
inserted
replaced
185 } |
185 } |
186 closed = true; |
186 closed = true; |
187 try { |
187 try { |
188 Log.logTrace("Closing: " + toString()); |
188 Log.logTrace("Closing: " + toString()); |
189 chan.close(); |
189 chan.close(); |
190 } catch (IOException e) {} |
190 } catch (IOException e) { |
|
191 Log.logTrace("Closing resulted in " + e); |
|
192 } |
191 } |
193 } |
192 |
194 |
193 @Override |
195 @Override |
194 void shutdownInput() throws IOException { |
196 void shutdownInput() throws IOException { |
195 debug.log(Level.DEBUG, "Shutting down input"); |
197 debug.log(Level.DEBUG, "Shutting down input"); |