Use the activity service name for logs rather than

the user visible name.
This commit is contained in:
Marco Pesenti Gritti
2007-09-04 15:55:21 +02:00
parent f6239d6df8
commit 3ae5186b7a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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())