From f0528965059f50ebab47c503e49f99903a41685a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 26 Feb 2013 23:11:24 +0100 Subject: [PATCH] change debug message --- morituri/common/gstreamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/common/gstreamer.py b/morituri/common/gstreamer.py index f1a2a56..fd5c38a 100644 --- a/morituri/common/gstreamer.py +++ b/morituri/common/gstreamer.py @@ -42,7 +42,7 @@ def removeAudioParsers(): plugin = registry.find_plugin("audioparsers") if plugin: - log.debug('gstreamer', 'Found audioparsers plugin from %s %s', + log.debug('gstreamer', 'removing audioparsers plugin from %s %s', plugin.get_source(), plugin.get_version()) # the query bug was fixed after 0.10.30 and before 0.10.31