I was wondering why the connection ids were all over the place.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6626 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2011-04-20 03:20:14 +00:00
parent 2a5da18f20
commit 179bd880c6
@@ -165,7 +165,7 @@ public abstract class Connection implements NetEventHandler
@Override // from Object @Override // from Object
public String toString () public String toString ()
{ {
return "[id=" + (hashCode() % 1000) + ", addr=" + getInetAddress() + "]"; return "[id=" + _connectionId + ", addr=" + getInetAddress() + "]";
} }
/** /**