[pitivi] utils/pipeline: Lower the logging level for normal bus messages
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] utils/pipeline: Lower the logging level for normal bus messages
- Date: Sun, 2 Sep 2012 04:04:16 +0000 (UTC)
commit a198f92cc19b4822b5683fab6b7a5be638d9113c
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Sun Aug 26 18:11:12 2012 -0700
utils/pipeline: Lower the logging level for normal bus messages
pitivi/utils/pipeline.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/utils/pipeline.py b/pitivi/utils/pipeline.py
index 9e7a462..52783b4 100644
--- a/pitivi/utils/pipeline.py
+++ b/pitivi/utils/pipeline.py
@@ -426,7 +426,7 @@ class SimplePipeline(Loggable, Signallable):
if self._has_sync_bus_handler is False:
# Pass message async to the sync bus handler
self._busSyncMessageHandler(unused_bus, message, None)
- self.info("%s [%r]" % (message.type, message.src))
+ self.log("%s [%r]" % (message.type, message.src))
def _queryDurationAsync(self, *args, **kwargs):
try:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]