Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/shell/sugar-shell-service
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-23 15:44:23 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-23 15:44:23 (GMT)
commit4e8e2ea4268a3b723afeb59ad377e275f190559c (patch)
treec72a88d758063d213955bfb569a6f67566ff489d /services/shell/sugar-shell-service
parentf54decf07c8ac909d59a0aa76c00c9f818a21a57 (diff)
Set up the logger for the shell service.
Diffstat (limited to 'services/shell/sugar-shell-service')
-rwxr-xr-xservices/shell/sugar-shell-service2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/shell/sugar-shell-service b/services/shell/sugar-shell-service
index 558e1be..e5c6a7d 100755
--- a/services/shell/sugar-shell-service
+++ b/services/shell/sugar-shell-service
@@ -25,6 +25,7 @@ import logging
import gobject
import dbus.glib
+from sugar import logger
from sugar import env
sys.path.append(env.get_service_path('shell'))
@@ -32,6 +33,7 @@ sys.path.append(env.get_service_path('shell'))
import clipboardservice
import activityregistryservice
+logger.start('shellservice')
logging.info('Starting shell service.')
gobject.threads_init()