[X2Go-Commits] x2gobroker.git - master-inai (branch) updated: f4ee02eef0a15e605c4ff80641470f8267b5a06e

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:26 CEST 2013


The branch, master-inai has been updated
       via  f4ee02eef0a15e605c4ff80641470f8267b5a06e (commit)
      from  88bf826ab2efbc3f23da9a42280cad0ee8928aa1 (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/defaults.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py
index a285938..cb1bf67 100644
--- a/x2gobroker/defaults.py
+++ b/x2gobroker/defaults.py
@@ -37,7 +37,7 @@ else:
     X2GOBROKER_SESSIONPROFILES="/etc/x2go/broker/x2gobroker-sessionprofiles.conf"
 
 if os.environ.has_key('X2GOBROKER_DEBUG'):
-    X2GOBROKER_DEBUG=bool(os.environ['X2GOBROKER_DEBUG'])
+    X2GOBROKER_DEBUG=( os.environ['X2GOBROKER_DEBUG'].lower() in ('1', 'on', 'true', 'yes', ) )
 else:
     X2GOBROKER_DEBUG=False
 


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