Commit 6f7d1706 authored by Marc Ariberti's avatar Marc Ariberti

* removed a debug message that I forgot in my previous commit

parent f4012b9f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* input_ext-plugins.c: useful functions for access and demux plug-ins * input_ext-plugins.c: useful functions for access and demux plug-ins
***************************************************************************** *****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN * Copyright (C) 2001, 2002 VideoLAN
* $Id: input_ext-plugins.c,v 1.7 2002/05/15 13:07:18 marcari Exp $ * $Id: input_ext-plugins.c,v 1.8 2002/05/15 13:36:40 marcari Exp $
* *
* Authors: Christophe Massiot <massiot@via.ecp.fr> * Authors: Christophe Massiot <massiot@via.ecp.fr>
* *
...@@ -690,7 +690,6 @@ void input_FDNetworkClose( input_thread_t * p_input ) ...@@ -690,7 +690,6 @@ void input_FDNetworkClose( input_thread_t * p_input )
intf_WarnMsg( 2, "input: closing network `%s/%s:%s'", intf_WarnMsg( 2, "input: closing network `%s/%s:%s'",
p_input->psz_access, p_input->psz_demux, p_input->psz_name ); p_input->psz_access, p_input->psz_demux, p_input->psz_name );
intf_ErrMsg( "input: socket close : %d", p_access_data->i_handle);
#ifdef WIN32 #ifdef WIN32
closesocket( p_access_data->i_handle ); closesocket( p_access_data->i_handle );
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment