This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit a1ab7390cadb505cba20b896cc1a04ba7b2142ed Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jun 22 17:34:51 2015 +0200 x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 1 + x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 92bb7a3..01393c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -205,6 +205,7 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low the next change. - x2goserver/sbin/x2gocleansessions: give suspended-but-running sessions a grace period of one iteration. Fixes: #888. + - x2goserver/sbin/x2gocleansessions: fix ugly missing whitespace. * x2goserver.spec: - Add sudo and logcheck as BuildRequires and Requires. Don't own directories that are owned by sudo and logcheck. Logcheck is not diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 81dcf4a..1d67b4c 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -200,7 +200,7 @@ elsif ($pid == 0 ) # Update current status once per session. Avoids race conditions. @sinfo[4] = system_capture_stdout_output ("$x2go_lib_path/x2gogetstatus", "@sinfo[1]"); - if (@sinfo[4]eq 'F') + if (@sinfo[4] eq 'F') { log_message('debug', "@sinfo[1] is blocked"); # Kill the process if blocked for more than 20 seconds. -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git