disable a silly errormessage

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11228 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-10-22 17:36:47 +00:00
parent 7c91720081
commit 400850c793
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}