From 422b2889d3cb7e97e2da2e04df1c12c7a2ec1c0c Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 29 Oct 2002 01:55:44 +0000 Subject: log output CVS patchset: 3083 CVS date: 2002/10/29 01:55:44 --- src/xine-engine/xine.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 9735c8497..6faaddf2e 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.180 2002/10/28 20:15:56 guenter Exp $ + * $Id: xine.c,v 1.181 2002/10/29 01:55:44 guenter Exp $ * * top-level xine functions * @@ -57,9 +57,9 @@ #include "xineutils.h" #include "compat.h" - +/* #define LOG - +*/ void xine_handle_stream_end (xine_stream_t *stream, int non_user) { @@ -387,7 +387,8 @@ static int xine_open_internal (xine_stream_t *stream, const char *mrl) { = strdup (stream->input_class->get_identifier (stream->input_class)); #ifdef LOG - printf ("xine: input plugin found\n"); + printf ("xine: input plugin %s found\n", + stream->input_plugin->input_class->get_identifier(stream->input_plugin->input_class)); #endif /* -- cgit v1.2.3