Actually append the creds. Why was I not surprised by creds=] when I tested this?
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5331 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -574,7 +574,7 @@ public class Client
|
||||
builder.append(", clOid=").append(_cloid);
|
||||
builder.append(", connId=").append(_connectionId);
|
||||
builder.append(", creds=");
|
||||
StringUtil.toString(_creds);
|
||||
StringUtil.toString(builder, _creds);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user