[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-133-g2592608

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:17 CEST 2013


The branch, twofactorauth has been updated
       via  25926087b3833772daa39cdcb15eeb1d0088abd0 (commit)
      from  58289bff5a67cec50189866c85f565e5d8190135 (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:
 x2go/backends/terminal/_stdout.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py
index aee28b0..4a38010 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -996,7 +996,7 @@ class X2goTerminalSessionSTDOUT(object):
                      "setsid %s" % exec_name, 
                      "&> /dev/null & exit",
                    ]
-        self.logger('executing published application %s for %s with command line: %s' % (exec_name, self.profile_name, cmd_line), loglevel=log.loglevel_NOTICE)
+        self.logger('executing published application %s for %s with command line: %s' % (exec_name, self.profile_name, cmd_line), loglevel=log.loglevel_DEBUG)
         (stdin, stdout, stderr) = self.control_session._x2go_exec_command(cmd_line)
 
     def ok(self):


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list