From 3cda316d11d8ae6916f124cd3800cfebf329df24 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 17 Oct 2006 22:08:14 +0000 Subject: Enable logging for the shell too --- (limited to 'shell') diff --git a/shell/sugar-shell b/shell/sugar-shell index 32fc035..580d168 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 -- cgit v0.9.1