Fix debug printout; print type not method itself
This commit is contained in:
parent
e392680f3e
commit
886dbf288b
@ -61,7 +61,7 @@ class HomeActivity(gobject.GObject):
|
||||
20000, self._launch_timeout_cb)
|
||||
|
||||
logging.debug("Activity %s (%s) launching..." %
|
||||
(self._activity_id, self.get_type))
|
||||
(self._activity_id, self.get_type()))
|
||||
|
||||
def __del__(self):
|
||||
gobject.source_remove(self._launch_timeout_id)
|
||||
|
Loading…
Reference in New Issue
Block a user