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

X2Go dev team git-admin at x2go.org
Fri Jan 3 20:50:54 CET 2014


The branch, build-baikal 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2gomountdirs |    6 +++---
 1 file 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).




More information about the x2go-commits mailing list