Include the Throwable in the warning here
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5313 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -145,7 +145,7 @@ public abstract class PeerManager
|
||||
try {
|
||||
execute();
|
||||
} catch (Throwable t) {
|
||||
log.warning(getClass().getName() + " failed.");
|
||||
log.warning(getClass().getName() + " failed.", t);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user