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/post/goom/xine_goom.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/post/goom') diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index 0bf8305a5..b0cfee656 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.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_goom.c,v 1.43 2003/11/26 19:30:14 mroi Exp $ + * $Id: xine_goom.c,v 1.44 2003/11/26 19:43:37 f1rmb Exp $ * * GOOM post plugin. * @@ -28,10 +28,11 @@ #include -/********** logging **********/ #define LOG_MODULE "goom" -/* #define LOG_VERBOSE */ -/* #define LOG */ +#define LOG_VERBOSE +/* +#define LOG +*/ #include "config.h" #include "xine_internal.h" @@ -261,7 +262,7 @@ static post_plugin_t *goom_open_plugin(post_class_t *class_gen, int inputs, this->metronom = _x_metronom_init(1, 0, class->xine); - lprintf("goom: goom_open_plugin\n"); + lprintf("goom_open_plugin\n"); if(xine_config_lookup_entry(class->xine, "post.goom_fps", &fps_entry)) -- cgit v1.2.3