The branch, master has been updated via 46fccb825b8826fc0209afb9968137f557302f03 (commit) from 739ad7f995a0f480af554584d329b7faca3f20ea (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 46fccb825b8826fc0209afb9968137f557302f03 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 18 21:06:55 2013 +0200 typo fix ----------------------------------------------------------------------- Summary of changes: bin/x2gobroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/x2gobroker b/bin/x2gobroker index 590b102..89df416 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -123,7 +123,7 @@ if __name__ == "__main__": print("") sys.exit(-2) - elif cmdine_args.mode.upper() == 'HTTP': + elif cmdline_args.mode.upper() == 'HTTP': if interactive_mode_warning: logger_broker.warn('X2Go Session Broker has been started interactively by user {username}, better run as user {daemon_username}.'.format(username=x2gobroker.defaults.X2GOBROKER_USER, daemon_username=x2gobroker.defaults.X2GOBROKER_DAEMON_USER)) logger_broker.info('Automatically switching to DEBUG mode due to interactive launch of this application.') 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).