mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Clarify proxy log (not a problem in 99% of cases)
This commit is contained in:
parent
909286ed0e
commit
b5da175628
@ -624,7 +624,8 @@ class Minion(MinionBase):
|
||||
proxyminion.start(self.opts['pillar']['proxy'][p])
|
||||
self.clean_die(signal.SIGTERM, None)
|
||||
else:
|
||||
log.debug('I am {0} and I am not supposed to start any proxies.'.format(self.opts['id']))
|
||||
log.debug('I am {0} and I am not supposed to start any proxies. '
|
||||
'(Likely not a problem)'.format(self.opts['id']))
|
||||
|
||||
def _prep_mod_opts(self):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user