The branch, master has been updated via 0bed3dcbd4cda88b18e140617902a0458a98906f (commit) from 272426c851f26266b245da9984b76c791185c31e (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 0bed3dcbd4cda88b18e140617902a0458a98906f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Dec 5 18:07:21 2013 +0100 fix ,It works...' page ----------------------------------------------------------------------- Summary of changes: x2gobroker/web/extras.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index b9c3c24..f94ea85 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -31,6 +31,11 @@ x2gobroker._paramiko.monkey_patch_paramiko() import x2gobroker.defaults +class _RequestHandler(tornado.web.RequestHandler): + def _handle_request_exception(self, e): + logger_error.error('HTTP request error: {error_msg}'.format(error_msg=unicode(e))) + + class X2GoBrokerItWorks(_RequestHandler): http_header_items = { @@ -53,11 +58,6 @@ class X2GoBrokerItWorks(_RequestHandler): self.write('</body></html>') -class _RequestHandler(tornado.web.RequestHandler): - def _handle_request_exception(self, e): - logger_error.error('HTTP request error: {error_msg}'.format(error_msg=unicode(e))) - - class X2GoBrokerPubKeyService(_RequestHandler): http_header_items = { 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).