The branch, master has been updated via 54b7e70d862107b1d2142c7313b3d06335cace2b (commit) from 58096be962fdb8663cd5e99d7bd1307c904049fe (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 ----------------------------------------------------------------- commit 54b7e70d862107b1d2142c7313b3d06335cace2b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 4 16:10:06 2013 +0100 syntax fix ----------------------------------------------------------------------- Summary of changes: x2gobroker/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 02d8b0d..be8df22 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -210,7 +210,7 @@ def delete_authorized_key(username, pubkey_hash, authorized_keys_file='%h/.x2go/ if delay_deletion > 0: gevent.spawn_later(delay_deletion, delete_authorized_key, username=username, authorized_keys_file=authorized_keys_file, query_mode=query_mode, remote_agent=remote_agent, ) - logger_broker.debug('Scheduled deletion of authorized key in {delay}: user={user}, host={host}'.format(delay=delay_deletion), user=username, host=_hostname) + logger_broker.debug('Scheduled deletion of authorized key in {delay}: user={user}, host={host}'.format(delay=delay_deletion, user=username, host=_hostname)) else: if query_mode.upper() == u'LOCAL': return call_local_broker_agent(username, mode='delauthkey', cmdline_args=[pubkey_hash, authorized_keys_file, ]) 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).