Mystery solved.

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