8000 format messages · postgrespro/mamonsu@4a3c889 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a3c889

Browse files
committed
format messages
1 parent 0aac2cd commit 4a3c889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/lib/supervisor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _loop(self):
5555
if plugin_errors > 0:
5656
self._sender.send(
5757
'mamonsu.plugin.errors[]',
58-
'Last error: {0} (total: {1})'.format(last_error, plugin_errors))
58+
'Last: {0}. Total count: {1}.'.format(last_error, plugin_errors))
5959
else:
6060
self._sender.send('mamonsu.plugin.errors[]', '')
6161
plugin_errors, plugin_probes = 0, 0

0 commit comments

Comments
 (0)
0