[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.0.5-37-g58096be

X2Go dev team git-admin at x2go.org
Sun May 19 13:04:56 CEST 2013


The branch, build-main has been updated
       via  58096be962fdb8663cd5e99d7bd1307c904049fe (commit)
      from  ccf7a7ca308499ef909dcad891ecef4957f01abc (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/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 a9123b7..02d8b0d 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).




More information about the x2go-commits mailing list