[X2Go-Commits] [x2goserver] 03/03: x2goserver/sbin/x2gocleansessions: add debugging output to show the state change when updating the cached state result.
git-admin at x2go.org
git-admin at x2go.org
Tue Jun 23 18:52:13 CEST 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch release/4.0.1.x
in repository x2goserver.
commit ae239e9409023b2c30610a2e3d2c0df287596786
Author: Mihai Moldovan <ionic at 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.
---
debian/changelog | 2 ++
x2goserver/sbin/x2gocleansessions | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6c2fc2b..ed9d335 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,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 fa8c6f6..4fb846d 100755
--- a/x2goserver/sbin/x2gocleansessions
+++ b/x2goserver/sbin/x2gocleansessions
@@ -196,6 +196,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)) {
+ syslog ('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
More information about the x2go-commits
mailing list