The branch, release/4.0.1.x has been updated via f1c987d5219aabd1253b9f7d20ad2a98cddd313d (commit) from 104db977ff52500d132973cb9481373ba6e367bf (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/lib/x2gogetstatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus index a245352..d2271a4 100755 --- a/x2goserver/lib/x2gogetstatus +++ b/x2goserver/lib/x2gogetstatus @@ -34,7 +34,7 @@ my $status; my $sid=shift or die; $status = db_getstatus($sid); -print "$status\n"; +print "$status"; # closing syslog closelog; 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).