From 400850c793a13cf498b57f82555cc7823af90d4b Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Oct 2003 17:36:47 +0000 Subject: [PATCH] disable a silly errormessage git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11228 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/network.c b/libmpdemux/network.c index a5b2316dd4..ac0e2c70dc 100644 --- a/libmpdemux/network.c +++ b/libmpdemux/network.c @@ -209,7 +209,7 @@ connect2Server_with_af(char *host, int port, int af,int verb) { 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; }