Hey, that's not a string!

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6326 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2010-12-02 00:31:03 +00:00
parent 7f765020a9
commit cfbf5a742c
@@ -284,7 +284,7 @@ public class PresentsSession
}
public void resolutionFailed (Name username, Exception reason) {
String oldName = _clobj == null ? null : _clobj.username;
Name oldName = (_clobj == null) ? null : _clobj.username;
log.warning("Unable to resolve new client object",
"oldname", oldName, "newname", username, "reason", reason, reason);