From ff52588c7b1353542e44633f366b3fda2ba49269 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Aug 2009 03:52:15 +0200 Subject: smoother: readd #ifdef protection --- src/pulsecore/time-smoother.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pulsecore/time-smoother.c b/src/pulsecore/time-smoother.c index 1289f2b6..d6c37878 100644 --- a/src/pulsecore/time-smoother.c +++ b/src/pulsecore/time-smoother.c @@ -515,7 +515,7 @@ void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, pa_bool_t paused) s->paused = paused; s->time_offset = s->pause_time = time_offset; - /* #ifdef DEBUG_DATA */ +#ifdef DEBUG_DATA pa_log_debug("reset()"); -/* #endif */ +#endif } -- cgit