This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 3bf8a9e Make sure x2gogetagentstate gets packaged in bin:package x2goserver. new afeda52 report missing state file to STDERR The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: X2Go/Server/Agent/NX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit afeda52d334ab4331b8c19024690b1f4a51cd55f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 27 21:29:27 2014 +0200 report missing state file to STDERR --- X2Go/Server/Agent/NX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index 3b66c31..e4d7e35 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -79,7 +79,7 @@ sub get_agent_state my $stateFile = "/tmp/.x2go-".$user."/C-".$sess."/state"; if (! -e $stateFile ) { - print "state file session $sess does not exists: $stateFile\n"; + print { STDERR } "WARNING: state file session $sess does not exists: $stateFile\n"; $state="UNKNOWN"; } else -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git