Log this for a while while I debug the sporadic failure of session resumption

on Whirled.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5455 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-23 21:32:21 +00:00
parent f8e4911266
commit 2c35dbf0d0
@@ -1061,7 +1061,7 @@ public class PresentsClient
{ {
public void dispatch (final PresentsClient client, UpstreamMessage msg) public void dispatch (final PresentsClient client, UpstreamMessage msg)
{ {
log.debug("Client requested logoff", "client", client); log.info("Client requested logoff", "client", client);
client.safeEndSession(); client.safeEndSession();
} }
} }