Oops, missed this little guy.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5642 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Jamie Doornbos
2009-01-22 16:54:08 +00:00
parent 00954dff5b
commit a3d08aaa2d
@@ -306,8 +306,7 @@ public class ClientManager
{
ClientObject clobj = _objmap.get(username);
if (clobj == null) {
log.info("Requested to release unmapped client object", "username", username,
new Exception());
log.info("Requested to release unmapped client object", "username", username);
return;
}