[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99.7-12-g08e735f

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:31 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                 |    1 +
 x2goserver-xsession/etc/Xsession |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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).




More information about the x2go-commits mailing list