diff libmpdemux/network.c @ 11227:a7cbee9f21f7

disable a silly errormessage
author alex
date Wed, 22 Oct 2003 17:36:47 +0000
parents 620cc649f519
children f25d54466044
line wrap: on
line diff
--- a/libmpdemux/network.c	Wed Oct 22 17:30:13 2003 +0000
+++ b/libmpdemux/network.c	Wed Oct 22 17:36:47 2003 +0000
@@ -209,7 +209,7 @@
 	
 	
 	if( socket_server_fd==-1 ) {
-		mp_msg(MSGT_NETWORK,MSGL_ERR,"Failed to create %s socket:\n", af2String(af));
+//		mp_msg(MSGT_NETWORK,MSGL_ERR,"Failed to create %s socket:\n", af2String(af));
 		return -2;
 	}