Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpullano committed Apr 8, 2012
1 parent a2340e4 commit 563f8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/RpcClientRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void run() {
inMsg = (RpcMessageReply) RpcMessage.readByteStream(inBuf);
} while( inMsg.getCallID() != callID );
} catch(InterruptedIOException iioe) {
if(DEBUG) System.out.println("Requests must have timed out D:");
//All sent messages must have timed out
for(IPP address : ippList)
SimpleDB.getInstance().deleteLocalMember(address);
Expand Down

0 comments on commit 563f8ae

Please sign in to comment.