Skip to content

Commit ae12771

Browse files
authored
Merge pull request #127 from Helene/messages
fix missed messages
2 parents 6a1e717 + 302faad commit ae12771

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/messages.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
'PathNoCfgFiles': 'The path does not contain any configuration files.',
6666
'NewKeyDetected': 'Detected not known single ts identifiers {}.',
6767
'NewKeyAlreadyReported': 'Single ts identifiers {} already reported as not known.',
68-
'UnhandledError': 'Unhandled error: {}',
69-
'DataWrongFormat': 'Content could not be parsed: {}'
68+
'UnexpecterError': 'Unexpected error: {}',
69+
'DataWrongFormat': 'Content could not be parsed: {}',
70+
'StartCustomThread': 'Started custom thread {}',
71+
'StopCustomThread': 'Stopped custom thread {}',
72+
'MetricInResults': 'Metric {} is in Collector.metrcs',
73+
'MetricNotInResults': 'Metric {} is not in Collector.metrcs'
7074
}

0 commit comments

Comments
 (0)