The branch, master 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 ----------------------------------------------------------------- commit 458dd0d2aac7966f8476d889eff136e4cf46d983 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 10 02:21:38 2011 +0200 minor log message fix ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2goumount-session | 4 ++-- 1 files 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(" ",@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).