Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame
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/frame
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/frame')
-rw-r--r--src/jarabe/frame/frame.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/frame/frame.py b/src/jarabe/frame/frame.py
index 49574f8..a1daced 100644
--- a/src/jarabe/frame/frame.py
+++ b/src/jarabe/frame/frame.py
@@ -94,6 +94,7 @@ class Frame(object):
MODE_NON_INTERACTIVE = 2
def __init__(self):
+ logging.debug("STARTUP: Loading the frame")
self.mode = None
self._palette_group = palettegroup.get_group('frame')