From 3cda316d11d8ae6916f124cd3800cfebf329df24 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 18 Oct 2006 00:08:14 +0200 Subject: [PATCH] Enable logging for the shell too --- shell/sugar-shell | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/sugar-shell b/shell/sugar-shell index 32fc0351..580d168d 100755 --- a/shell/sugar-shell +++ b/shell/sugar-shell @@ -23,10 +23,13 @@ import pygtk pygtk.require('2.0') import gtk +from sugar import logger from sugar import profile from sugar import env from sugar import TracebackUtils +logger.start('shell') + sys.path.insert(0, os.path.join(env.get_data_dir(), 'shell')) from view.FirstTimeDialog import FirstTimeDialog