The branch, master has been updated via cd6bdabf7faba4899b98466d2671776461819c40 (commit) from d9f094dab274b1c8504b265f816c3aa78382ee70 (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 cd6bdabf7faba4899b98466d2671776461819c40 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 10 00:13:08 2011 +0200 minor log message fix ----------------------------------------------------------------------- Summary of changes: x2goserver/bin/x2gomountdirs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index 6f73514..8396f42 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -272,19 +272,19 @@ for (my $i=0;$i<@dirs;$i++) if ($type eq "dir") { $fname="$fname(sshfs-disk)"; - syslog('debug', "@dirs[$i] mounted, mount point type is: client-side folder on harddrive"); + syslog('debug', "creating desktop icon for @dirs[$i], media type is: client-side folder on harddrive"); } else { if ($fname =~ m/CDROM/) { $fname="$fname(sshfs-cdrom)"; - syslog('debug', "@dirs[$i] mounted, mount point type is: optical disc"); + syslog('debug', "creating desktop icon for @dirs[$i], media type is: optical disc"); } else { $fname="$fname(sshfs-removable)"; - syslog('debug', "@dirs[$i] mounted, mount point type is: removable device"); + syslog('debug', "creating desktop icon for @dirs[$i], media type is: removable device"); } $fname=~s/_ramdrive_mnt_//; } 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).