1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

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

View File

@ -209,7 +209,7 @@ connect2Server_with_af(char *host, int port, int af,int verb) {
if( socket_server_fd==-1 ) { 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; return -2;
} }