[X2Go-Commits] x2gobroker.git - statusflag (branch) updated:	0.0.0.6-6-g2573ffd
    X2Go dev team 
    git-admin at x2go.org
       
    Tue Jun  4 21:09:56 CEST 2013
    
    
  
The branch, statusflag has been updated
       via  2573ffdec27908663f7ae786e6e9af4230dc69a8 (commit)
      from  9557b67570875897d1f45f61f174461c45b1a7c6 (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/brokers/base_broker.py |    2 ++
 1 file changed, 2 insertions(+)
The diff of changes is:
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index 081960f..2d9d1ec 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -851,6 +851,8 @@ class X2GoBroker(object):
             busy_server_list = [ (load, server) for server, load in busy_servers.items() ]
             busy_server_list.sort()
 
+            logger_broker.debug('base_broker.X2GoBroker.select_session(): load balancer analysis: {server_load}'.format(server_load=unicode(busy_server_list)))
+
             best_server = busy_server_list[0][1]
 
         else:
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