[X2Go-Commits] [x2goserver] 01/01: grammar fix

git-admin at x2go.org git-admin at x2go.org
Fri Jun 27 22:13:59 CEST 2014


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 at 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


More information about the x2go-commits mailing list