The branch, master has been updated via 08e735f08cde6ce6b86386ab6ddf54dbe47b8df3 (commit) from 4404c69ef1d3be6908f128f8f291fc3309e83e37 (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 08e735f08cde6ce6b86386ab6ddf54dbe47b8df3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Nov 1 14:26:35 2011 +0100 Set X2Go log level to info when running Xsession parts. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver-xsession/etc/Xsession | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 6ec3897..96f7613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ x2goserver (3.0.99.8-0~x2go1) UNRELEASED; urgency=low package). - Ignore failures of x2gofeature calls, fixes x2goserver being installed without x2goserver-extensions. + - Set X2Go log level to info when running Xsession parts. * Make sure that package scripts (postinst, postrm, etc.) exit with exit code 0 at the end of the script. diff --git a/x2goserver-xsession/etc/Xsession b/x2goserver-xsession/etc/Xsession index 5cf39d6..bda13bd 100755 --- a/x2goserver-xsession/etc/Xsession +++ b/x2goserver-xsession/etc/Xsession @@ -110,7 +110,7 @@ if [ -n "$SESSIONFILES" ]; then set +e for SESSIONFILE in $SESSIONFILES; do - /usr/lib/x2go/x2gosyslog "$0" "notice" "executing $SESSIONFILE" + /usr/lib/x2go/x2gosyslog "$0" "info" "executing $SESSIONFILE" . $SESSIONFILE done set -e hooks/post-receive -- x2goserver.git (X2go Server) 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 "x2goserver.git" (X2go Server).