From 3050d97eb83cfdfb4d04a51231acba47e6addf1c Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 26 Nov 2003 19:43:26 +0000 Subject: lprintf cleanup, pass I. CVS patchset: 5796 CVS date: 2003/11/26 19:43:26 --- src/xine-engine/input_rip.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/xine-engine/input_rip.c') diff --git a/src/xine-engine/input_rip.c b/src/xine-engine/input_rip.c index cefe5e4cb..b5525d384 100644 --- a/src/xine-engine/input_rip.c +++ b/src/xine-engine/input_rip.c @@ -29,7 +29,7 @@ * - it's possible speeder saving streams in the xine without playing: * xine stream_mrl#save:file.raw\;noaudio\;novideo * - * $Id: input_rip.c,v 1.17 2003/11/24 22:52:15 valtri Exp $ + * $Id: input_rip.c,v 1.18 2003/11/26 19:43:38 f1rmb Exp $ */ /* TODO: @@ -49,9 +49,12 @@ #include #include -/* logging */ -/*#define LOG 1*/ #define LOG_MODULE "input_rip" +#define LOG_VERBOSE +/* +#define LOG +*/ + #define CLR_FAIL "\e[1;31m" #define CLR_RST "\e[0;39m" -- cgit v1.2.3