From e392680f3e8c72c7f705e5674930c0642bb43e75 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 03 May 2007 02:31:26 +0000 Subject: Log activity launch failures with error info; fix typo --- diff --git a/shell/view/Shell.py b/shell/view/Shell.py index 084a708..f2827e0 100644 --- a/shell/view/Shell.py +++ b/shell/view/Shell.py @@ -102,7 +102,8 @@ class Shell(gobject.GObject): return self._popup_context def _join_error_cb(self, handler, err, home_model): - home_mode.notify_activity_launch_failed(handler.get_activity_id()) + logging.debug("Failed to join activity %s: %s" % (handler.get_activity_id(), err)) + home_model.notify_activity_launch_failed(handler.get_activity_id()) def join_activity(self, bundle_id, activity_id): activity = self.get_activity(activity_id) -- cgit v0.9.1