(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. 0.5
authorrubidium
Fri, 09 Feb 2007 11:13:03 +0000
branch0.5
changeset 5438 024eb27ab119
parent 5437 049bf69d9341
child 5439 7af52897085a
(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.
network_udp.c
--- a/network_udp.c	Fri Feb 09 10:52:21 2007 +0000
+++ b/network_udp.c	Fri Feb 09 11:13:03 2007 +0000
@@ -736,7 +736,7 @@
 		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