summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-05 03:52:15 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-05 03:52:15 +0200
commitff52588c7b1353542e44633f366b3fda2ba49269 (patch)
tree8f4463d3c1edfed5c74c37d4fb67124f0ef8be45
parent2cab6a256ca99c20c7f39e330640df6854d35cc8 (diff)
smoother: readd #ifdef protection
-rw-r--r--src/pulsecore/time-smoother.c4
1 files 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
}