Add debug log when connecting

This commit is contained in:
Daniel A. Wozniak 2018-11-13 14:04:04 -07:00
parent 4f81432321
commit c4d7a4352c
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -894,6 +894,7 @@ class ZeroMQPubServerChannel(salt.transport.server.PubServerChannel):
pull_uri = 'ipc://{0}'.format(
os.path.join(self.opts['sock_dir'], 'publish_pull.ipc')
)
log.debug("Connecting to pub server: %s", pull_uri)
self.pub_sock.connect(pull_uri)
return self._sock_data.sock