Let the caller log a stack trace if such a thing is appropriate.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1679 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2005-07-21 21:32:16 +00:00
parent e64063e02f
commit 3ba4a640e5
@@ -130,10 +130,8 @@ public class ServiceWaiter
}
// if we get here without some sort of response, then
// we've timed out and we should freak out
// we've timed out
if (_success == 0) {
Log.warning("Service waiter timed out.");
Thread.dumpStack();
throw new TimeoutException();
}