Mercurial > mplayer.hg
changeset 11227:a7cbee9f21f7
disable a silly errormessage
author | alex |
---|---|
date | Wed, 22 Oct 2003 17:36:47 +0000 |
parents | db6627275cf7 |
children | f25d54466044 |
files | libmpdemux/network.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/network.c Wed Oct 22 17:30:13 2003 +0000 +++ b/libmpdemux/network.c Wed Oct 22 17:36:47 2003 +0000 @@ -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; }