2f27b94757
If an extension fails to import, we will pass the error object to logExtensionError, which fails to pass it onto DBus as an error object is not a string. To fix, convert the error object to a string before passing it to logExtensionError. https://bugzilla.gnome.org/show_bug.cgi?id=668429