This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 80f9c2f add curly braces around STDERR file handle new df812af grammar fix 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 df812af3cc9bd3a56554a6eb2c35c2aff7f529b7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 27 22:10:58 2014 +0200 grammar fix --- 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 fade9b7..6fd0ac0 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 { \*STDERR } "WARNING: state file session $sess does not exists: $stateFile\n"; + print { \*STDERR } "WARNING: state file for 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