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:
@@ -130,10 +130,8 @@ public class ServiceWaiter
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if we get here without some sort of response, then
|
// 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) {
|
if (_success == 0) {
|
||||||
Log.warning("Service waiter timed out.");
|
|
||||||
Thread.dumpStack();
|
|
||||||
throw new TimeoutException();
|
throw new TimeoutException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user