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:
Tom Conkling
2008-08-12 00:51:01 +00:00
parent c9e73fd320
commit c1442d8b17
@@ -145,7 +145,7 @@ public abstract class PeerManager
try {
execute();
} catch (Throwable t) {
log.warning(getClass().getName() + " failed.");
log.warning(getClass().getName() + " failed.", t);
}
}