mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't log debug messages during close
This can hit race conditions where we might not have a fully functional logger.
This commit is contained in:
parent
7ab1281a7d
commit
f2b4ec8458
1 changed files with 0 additions and 2 deletions
|
@ -211,8 +211,6 @@ class AsyncZeroMQReqChannel(salt.transport.client.ReqChannel):
|
|||
'''
|
||||
if hasattr(self, 'message_client'):
|
||||
self.message_client.destroy()
|
||||
else:
|
||||
log.debug('No message_client attr for AsyncZeroMQReqChannel found. Not destroying sockets.')
|
||||
|
||||
@property
|
||||
def master_uri(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue