Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/journalactivity.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-20 13:04:00 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-20 13:04:00 (GMT)
commit3677b3eb675137a0f3d9e0aac318b6ab4660d298 (patch)
tree694ac4319eff2c9f5f7419e5da35e86eb5e915d8 /src/jarabe/journal/journalactivity.py
parent10348e680b54e3a22df4d1c16fdfddb706995024 (diff)
Add some performance-related logging and move the load of the bundle registry a bit later during startup
Diffstat (limited to 'src/jarabe/journal/journalactivity.py')
-rw-r--r--src/jarabe/journal/journalactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/journal/journalactivity.py b/src/jarabe/journal/journalactivity.py
index 1f63696..0513382 100644
--- a/src/jarabe/journal/journalactivity.py
+++ b/src/jarabe/journal/journalactivity.py
@@ -115,6 +115,7 @@ class JournalActivityDBusService(dbus.service.Object):
class JournalActivity(Window):
def __init__(self):
+ logging.debug("STARTUP: Loading the journal")
Window.__init__(self)
self.set_title(_('Journal'))