Log when we're calling logoff() for our local peers to see if this is or isn't

happening on the hanging dev server.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4604 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-02-27 00:46:32 +00:00
parent aedd77c17c
commit 3b4c331e0b
@@ -680,6 +680,7 @@ public class PeerManager
public void shutdown ()
{
if (_client.isActive()) {
log.info("Logging off of peer " + _record + ".");
_client.logoff(false);
}
}