mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Change warn log to info
This commit is contained in:
parent
3df8183af6
commit
9d216529ba
@ -882,7 +882,7 @@ class SaltMessageClient(object):
|
||||
except TypeError:
|
||||
# This is an invalid transport
|
||||
if '__last_transport' in self.opts:
|
||||
log.warn('There was an error trying to use TCP transport; '
|
||||
log.info('There was an error trying to use TCP transport; '
|
||||
'attempting to fallback to another transport')
|
||||
else:
|
||||
raise SaltClientError
|
||||
|
Loading…
Reference in New Issue
Block a user