Change warn log to info

This commit is contained in:
Joseph Hall 2016-07-28 14:10:56 -06:00
parent 3df8183af6
commit 9d216529ba

View File

@ -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