server: remove 'SSH_AUTH_SOCK=' from logging

nistp521
Roman Zeyde 8 years ago
parent 92f6751ccb
commit 83f17704cb
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

@ -31,7 +31,7 @@ def unix_domain_socket_server(sock_path):
Listen on it, and delete it after the generated context is over.
"""
log.debug('serving on SSH_AUTH_SOCK=%s', sock_path)
log.debug('serving on %s', sock_path)
remove_file(sock_path)
server = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)

Loading…
Cancel
Save