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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user