(svn r8650) [0.5] -Fix: 'Searching Server' is not worthy of debug level 0, as this opens an extra window on MorphOS for no reason.

This commit is contained in:
rubidium 2007-02-09 11:13:03 +00:00
parent 3f987f460d
commit 9aa9579283

View File

@ -736,7 +736,7 @@ void NetworkUDPSearchGame(void)
if (!NetworkUDPListen(&_udp_client_socket, 0, 0, true))
return;
DEBUG(net, 0)("[NET][UDP] Searching server");
DEBUG(net, 2)("[NET][UDP] Searching server");
NetworkUDPBroadCast(_udp_client_socket);
_network_udp_broadcast = 300; // Stay searching for 300 ticks