commit | 4c7f920816ad63ce80f58b42c9aba763b45af9ba | [log] [tgz] |
---|---|---|
author | Martin Fick <mfick@codeaurora.org> | Mon Jun 13 16:50:00 2011 -0600 |
committer | Shawn O. Pearce <sop@google.com> | Tue Jun 14 15:01:56 2011 -0700 |
tree | 51ff22ad642db598b513e081b21644d72ba3bf2b | |
parent | e0d44f8e143ccb01a47ce453122c8ae779381ccd [diff] |
Do not log timeout errors on upload and receive connections The Upload and Receive SSH commands were turning InterruptedIOExceptions into Failures which get logged by BaseCommand. Instead, let the InterruptedIOExceptions trickle up and die quietly in BaseCommand where they are captured. Change-Id: I8e9dcde9f2eb616b3ab3130bbbbd218b062d4be8