[pitivi] Formatter: Add a debugging statement



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]