mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix misspelling of "occurred" in log messages/exceptions (#36270)
This commit is contained in:
parent
931486ba35
commit
297a12c387
2 changed files with 2 additions and 2 deletions
|
@ -1135,7 +1135,7 @@ class LocalClient(object):
|
|||
data = self.returners['{0}.get_jid'.format(self.opts['master_job_cache'])](jid)
|
||||
except Exception as exc:
|
||||
raise SaltClientError('Could not examine master job cache. '
|
||||
'Error occured in {0} returner. '
|
||||
'Error occurred in {0} returner. '
|
||||
'Exception details: {1}'.format(self.opts['master_job_cache'],
|
||||
exc))
|
||||
for minion in data:
|
||||
|
|
|
@ -1310,7 +1310,7 @@ class Pygit2(GitProvider):
|
|||
)
|
||||
else:
|
||||
log.error(
|
||||
'Error occured fetching {0} remote \'{1}\': {2}'.format(
|
||||
'Error occurred fetching {0} remote \'{1}\': {2}'.format(
|
||||
self.role, self.id, exc
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue