[pitivi] Formatter: Add a debugging statement
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] Formatter: Add a debugging statement
- Date: Tue, 21 Apr 2009 09:59:36 -0400 (EDT)
commit d828e775ad1dbb5db25afa3c320e286eca93432b
Author: Edward Hervey <bilboed bilboed com>
Date: Tue Apr 21 15:57:07 2009 +0200
Formatter: Add a debugging statement
---
pitivi/formatters/base.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pitivi/formatters/base.py b/pitivi/formatters/base.py
index f0aaeec..61b4419 100644
--- a/pitivi/formatters/base.py
+++ b/pitivi/formatters/base.py
@@ -312,6 +312,7 @@ class Formatter(object, Signallable, Loggable):
#}
def _sourcesReadyCb(self, sources):
+ self.debug("Sources inspected, calling fillTimeline")
self._fillTimeline()
self.project.loaded = True
Project.emit(self.project, 'loaded')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]