mirror of https://github.com/mpv-player/mpv
disable a silly errormessage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11228 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7c91720081
commit
400850c793
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue