The branch, build-main has been updated via 26d9b1918943c437fbe3e88f651c66fcb2fc7443 (commit) from 1eedf8bc5e22bf396159d00c6dfd18837e29b941 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2gobroker/authservice.py | 1 + 1 file changed, 1 insertion(+) The diff of changes is: diff --git a/x2gobroker/authservice.py b/x2gobroker/authservice.py index ae1518a..26c841e 100644 --- a/x2gobroker/authservice.py +++ b/x2gobroker/authservice.py @@ -62,6 +62,7 @@ def authenticate(username, password, service="x2gobroker"): s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) logger_broker.debug('connecting to authentication service socket {socket}'.format(socket=x2gobroker.defaults.X2GOBROKER_AUTHSERVICE_SOCKET)) s.connect(x2gobroker.defaults.X2GOBROKER_AUTHSERVICE_SOCKET) + # FIXME: somehow logging output disappears after we have connected to the socket file... logger_broker.debug('sending username={username}, password=<hidden>, service={service} to authentication service'.format(username=username, service=service)) s.send('{username} {password} {service}\n'.format(username=username, password=password, service=service)) result = s.recv(1024) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).