[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-253-g458dd0d

X2Go dev team git-admin at x2go.org
Fri Jan 3 18:04:19 CET 2014


The branch, build-baikal has been updated
       via  458dd0d2aac7966f8476d889eff136e4cf46d983 (commit)
      from  858bba095723b6b801ae975ac8f89651cc737ad9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2goumount-session |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session
index c69cd2c..c85211b 100755
--- a/x2goserver/bin/x2goumount-session
+++ b/x2goserver/bin/x2goumount-session
@@ -89,7 +89,7 @@ for ($i=0;$i<@outp;$i++)
 		if (@mounts[$j]=~m/sshfs/ && @mounts[$j]=~m/@line[0]/ && @mounts[$j]=~m/@line[1]/ )
 		{
 			$found=1;
-			syslog('debug', "found mount point for @mounts[$j]");
+			syslog('debug', "found mounted share @mounts[$j]");
 			$remote=(split(" ", at mounts[$j]))[0];
 			goto break;
 		}
@@ -99,7 +99,7 @@ break:
 	{
 		if (system( "fusermount -u @line[1]" ) == 0)
 		{
-			syslog('notice', "successfully mounted @line[1]");
+			syslog('notice', "successfully unmounted @line[1]");
 			$found=0;
 		}
 		else


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list