[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-254-gf7db69b

X2go dev team git-admin at x2go.org
Sat Sep 10 02:30:53 CEST 2011


The branch, master has been updated
       via  f7db69b952f84420aa24b8fb1f7c4b47ebaedf50 (commit)
      from  458dd0d2aac7966f8476d889eff136e4cf46d983 (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 f7db69b952f84420aa24b8fb1f7c4b47ebaedf50
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Sep 10 02:32:03 2011 +0200

    not showing x2golistsessions calls in loglevel mode info

-----------------------------------------------------------------------

Summary of changes:
 x2goserver/bin/x2golistsessions |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions
index a30ce43..080aa94 100755
--- a/x2goserver/bin/x2golistsessions
+++ b/x2goserver/bin/x2golistsessions
@@ -34,7 +34,8 @@ setlogmask( LOG_UPTO(x2gologlevel()) );
 if ( @ARGV ) {
 	syslog('info', "x2golistsessions has been called with options: @ARGV");
 } else {
-	syslog('info', "x2golistsessions has been called with no option");
+	# hiding normal x2golistsessions calls into debug loglevel
+	syslog('debug', "x2golistsessions has been called with no option");
 }
 
 sub check_stat
@@ -90,4 +91,4 @@ for (my $i=0;$i<@outp;$i++)
 }
 
 # closing syslog 
-closelog;
\ No newline at end of file
+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).




More information about the x2go-commits mailing list