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:
Jamie Doornbos
2008-08-20 04:52:08 +00:00
parent 573ad76de2
commit 495e29fa05
@@ -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);
}
/**