Fix comman wart

This commit is contained in:
Daniel A. Wozniak 2018-04-25 08:31:07 -07:00
parent 4100dcd64c
commit 717abedaf7
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -561,7 +561,7 @@ class TCPReqServerChannel(salt.transport.mixins.auth.AESReqServerMixin, salt.tra
try:
self.req_server.stop()
except Exception as exc:
log.debug("TCPReqServerChannel close generated an exception: %s" str(exc))
log.debug("TCPReqServerChannel close generated an exception: %s", str(exc))
def __del__(self):