Skip to content

Commit

Permalink
Merge pull request #1 from AldarisPale/drop_messages_signature_fail-typo
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
AldarisPale authored Dec 29, 2019
2 parents 527b652 + 4a1c120 commit ebb3743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def _return(self, load):
log.info('Failed to verify event signature from minion %s.', load['id'])
if self.opts['drop_messages_signature_fail']:
log.critical(
'Drop_messages_signature_fail is enabled, dropping '
'drop_messages_signature_fail is enabled, dropping '
'message from %s', load['id']
)
return False
Expand Down

0 comments on commit ebb3743

Please sign in to comment.