Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-04 13:55:21 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-04 13:55:21 (GMT)
commit3ae5186b7a623f0be89aa9594f3b8efb3e5375ef (patch)
treef144bf7bf1073429b6f65682f7d3844071ac4a87 /sugar/activity
parentf6239d6df84718044d26f5e746b08a15afb944bf (diff)
Use the activity service name for logs rather than
the user visible name.
Diffstat (limited to 'sugar/activity')
-rw-r--r--sugar/activity/activityfactoryservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/activity/activityfactoryservice.py b/sugar/activity/activityfactoryservice.py
index c10a50d..bd89b91 100644
--- a/sugar/activity/activityfactoryservice.py
+++ b/sugar/activity/activityfactoryservice.py
@@ -157,7 +157,7 @@ def run(bundle_path):
bundle = Bundle(bundle_path)
- logger.start(bundle.get_name())
+ logger.start(bundle.get_service_name())
gettext.bindtextdomain(bundle.get_service_name(),
bundle.get_locale_path())