Skip to content

Commit dcda9e9

Browse files
committed
fix code scanning findings
Signed-off-by: hwassman <[email protected]>
1 parent 00a8b1a commit dcda9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
MSG = {'IntError': 'Server internal error occurred. Reason: {}',
2929
'sysStart': 'Initial cherryPy server engine start have been invoked. Python version: {}, cherryPy version: {}.',
3030
'MissingParm': 'Missing mandatory parameters, quitting',
31-
'MissingSSLCert': 'Missing ssl key and certificate configuration, quitting',
31+
'MissingSSLCert': 'Missing ssl configuration, quitting',
3232
'KeyPathError': 'KeyPath directory not found, quitting',
3333
'CertError': 'Missing certificates in the specified keyPath directory, quitting',
3434
'CollectorErr': 'Failed to initialize connection to pmcollector: {}, quitting',

0 commit comments

Comments
 (0)