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

X2Go dev team git-admin at x2go.org
Mon Mar 12 17:14:08 CET 2012


The branch, master 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 -----------------------------------------------------------------
commit 25926087b3833772daa39cdcb15eeb1d0088abd0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Mar 12 17:14:00 2012 +0100

    silence log output

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/terminal/_stdout.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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