diff options
Diffstat (limited to 'gst/audioresample/debug.c')
-rw-r--r-- | gst/audioresample/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/debug.c b/gst/audioresample/debug.c index 11fb8842..27877277 100644 --- a/gst/audioresample/debug.c +++ b/gst/audioresample/debug.c @@ -16,7 +16,7 @@ static const char *resample_debug_level_names[] = { "LOG" }; -static int resample_debug_level = RESAMPLE_LEVEL_LOG; +static int resample_debug_level = RESAMPLE_LEVEL_ERROR; void resample_debug_log (int level, const char *file, const char *function, |