Don't print invalid nodes
This commit is contained in:
parent
3b735df5b5
commit
f6b0ffc9df
@ -265,7 +265,9 @@ namespace Components
|
|||||||
node.lastHeard = Game::Sys_Milliseconds();
|
node.lastHeard = Game::Sys_Milliseconds();
|
||||||
node.lastTime = Game::Sys_Milliseconds();
|
node.lastTime = Game::Sys_Milliseconds();
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
Logger::Print("Node negotiation timed out. Invalidating %s\n", node.address.GetCString());
|
Logger::Print("Node negotiation timed out. Invalidating %s\n", node.address.GetCString());
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (registerCount < NODE_FRAME_QUERY_LIMIT)
|
if (registerCount < NODE_FRAME_QUERY_LIMIT)
|
||||||
|
Loading…
Reference in New Issue
Block a user