Log indicate import failure at debug level instead of ignoring it completely
This commit is contained in:
parent
cd2e683154
commit
d3c195fecf
@ -68,8 +68,8 @@ class MprisFrontend(ThreadingActor, BaseFrontend):
|
||||
self.indicate_server.set_desktop_file(
|
||||
'/usr/share/applications/mopidy.desktop')
|
||||
self.indicate_server.show()
|
||||
except ImportError:
|
||||
pass
|
||||
except ImportError as e:
|
||||
logger.debug(u'Startup notification was not sent. (%s)', e)
|
||||
|
||||
|
||||
class MprisObject(dbus.service.Object):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user