Log the _username instead of the _clobj which might go away.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4985 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-03-29 17:53:56 +00:00
parent 964b68a0fa
commit 7853f2fb94
@@ -805,7 +805,7 @@ public class PresentsClient
{
buf.append("username=").append(_username);
buf.append(", conn=").append(_conn);
buf.append(", cloid=").append((_clobj == null) ? -1 : _clobj.getOid());
buf.append(", who=").append(_username);
buf.append(", in=").append(_messagesIn);
buf.append(", out=").append(_messagesOut);
}