[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.85,1.86
Alex Beregszaszi
alex at mplayerhq.hu
Wed Oct 22 19:37:13 CEST 2003
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv28518
Modified Files:
network.c
Log Message:
disable a silly errormessage
Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- network.c 15 Aug 2003 19:13:23 -0000 1.85
+++ network.c 22 Oct 2003 17:36:47 -0000 1.86
@@ -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;
}
More information about the MPlayer-cvslog
mailing list