[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.0.1-21-g499a783

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


The branch, build-main has been updated
       via  499a783d677c3610974fdffd48573ff5037194a5 (commit)
      from  b25ebf6134b77a3e18ba1f7883c27cd29cebe61b (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 |    4 ----
 1 file changed, 4 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py
index 4099d57..fdbd881 100644
--- a/x2gobroker/defaults.py
+++ b/x2gobroker/defaults.py
@@ -45,10 +45,6 @@ if X2GOBROKER_DEBUG:
     logger_access.setLevel(logging.DEBUG)
     logger_error.setLevel(logging.DEBUG)
 
-logger_broker.warn('os.getuid() = %s' % os.getuid())
-logger_broker.warn('os.geteuid() = %s' % os.geteuid())
-logger_broker.warn('getpass.getuser() = %s' % getpass.getuser())
-
 # check effective UID the broker runs as and complain appropriately...
 if X2GOBROKER_USER != X2GOBROKER_DAEMON_USER and os.geteuid() != 0:
     logger_broker.warn('X2Go Session Broker has been started interactively by user {username}, better run as user {daemon_username}.'.format(username=X2GOBROKER_USER, daemon_username=X2GOBROKER_DAEMON_USER))


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