This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 4bd8d2473c98a7bd66372eff174b4e04f8c7bd3d Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jun 23 18:42:18 2015 +0200 x2goserver/sbin/x2gocleansessions: add debugging output to show the state change when updating the cached state result. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 2 ++ x2goserver/sbin/x2gocleansessions | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 36b2fa2..30c305d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -227,6 +227,8 @@ x2goserver (4.0.1.20-0x2go1) UNRELEASED; urgency=low can't be checked by forming a difference. The latter one returns an UNIX timestamp, which is what we really want... minus leap seconds. Let's hope this doesn't bite back some time or later... + - x2goserver/sbin/x2gocleansessions: add debugging output to show the + state change when updating the cached state result. * 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 c072db9..64db91b 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -189,6 +189,7 @@ elsif ($pid == 0 ) # Update current status once per session. Avoids race conditions. my $current_status = system_capture_stdout_output ("$x2go_lib_path/x2gogetstatus", "@sinfo[1]"); if (length ($current_status)) { + log_message ('debug', "@sinfo[1]: updating session status from '@sinfo[4]' to '$current_status'."); @sinfo[4] = $current_status; } else { -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git