8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aac2cd commit 4a3c889Copy full SHA for 4a3c889
mamonsu/lib/supervisor.py
@@ -55,7 +55,7 @@ def _loop(self):
55
if plugin_errors > 0:
56
self._sender.send(
57
'mamonsu.plugin.errors[]',
58
- 'Last error: {0} (total: {1})'.format(last_error, plugin_errors))
+ 'Last: {0}. Total count: {1}.'.format(last_error, plugin_errors))
59
else:
60
self._sender.send('mamonsu.plugin.errors[]', '')
61
plugin_errors, plugin_probes = 0, 0
0 commit comments