Log missing indicator plugin
This commit is contained in:
parent
4ee9d05446
commit
3b86dfc639
|
@ -1294,6 +1294,7 @@ class MyForm(settingsmixin.SMainWindow):
|
||||||
try:
|
try:
|
||||||
self.indicatorUpdate = get_plugin('indicator')(self)
|
self.indicatorUpdate = get_plugin('indicator')(self)
|
||||||
except (NameError, TypeError):
|
except (NameError, TypeError):
|
||||||
|
logger.warning("No indicator plugin found")
|
||||||
self.indicatorUpdate = _noop_update
|
self.indicatorUpdate = _noop_update
|
||||||
|
|
||||||
# initialise the message notifier
|
# initialise the message notifier
|
||||||
|
|
Loading…
Reference in New Issue
Block a user