smoother: readd #ifdef protection
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Aug 2009 01:52:15 +0000 (03:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 5 Aug 2009 01:52:15 +0000 (03:52 +0200)
src/pulsecore/time-smoother.c

index 1289f2b..d6c3787 100644 (file)
@@ -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
 }