This is not that interesting.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5998 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -906,8 +906,8 @@ public class ConnectionManager extends LoopingThread
|
|||||||
if (conn != null) {
|
if (conn != null) {
|
||||||
conn.handleDatagram(source, _databuf, when);
|
conn.handleDatagram(source, _databuf, when);
|
||||||
} else {
|
} else {
|
||||||
log.warning("Received datagram for unknown connection", "id", connectionId,
|
log.debug("Received datagram for unknown connection", "id", connectionId,
|
||||||
"source", source);
|
"source", source);
|
||||||
}
|
}
|
||||||
|
|
||||||
// return the size of the datagram
|
// return the size of the datagram
|
||||||
|
|||||||
Reference in New Issue
Block a user