[X2Go-Commits] [x2goserver] 01/03: Fix gramma in error message (in x2goresume-session).

git-admin at x2go.org git-admin at x2go.org
Fri Oct 17 11:33:44 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 69da4320c0f4e60e68fc61c3491a72eb90bff7f5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 17 10:30:47 2014 +0200

    Fix gramma in error message (in x2goresume-session).
---
 debian/changelog                  |    1 +
 x2goserver/bin/x2goresume-session |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3711a19..7dffcee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -153,6 +153,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium
       SUSE system recognition).
     - x2gosqlitewrapper.c: Fix rpmlint error: no-return-in-nonvoid-function.
       Return the exitcode of execve().
+    - Fix gramma in error message (in x2goresume-session).
   * debian/control:
     + Add D (x2goserver): libfile-which-perl.
   * x2goserver.spec:
diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session
index e7a4e37..b4930d9 100755
--- a/x2goserver/bin/x2goresume-session
+++ b/x2goserver/bin/x2goresume-session
@@ -84,7 +84,7 @@ do
 	i=$(($i+1))
 	if [ $i -gt 45 ]
 	then
-		echo "Error: taking too long to suspend session. Possible session is damaged"
+		echo "Error: taking too long to suspend session. It is possible that the session is damaged."
 		exit -1;
 	fi
 	STATE=`$X2GO_LIB_PATH/x2gogetagentstate "$SESSION_NAME"`

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list