[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99-2-254-gf7db69b
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:17:48 CET 2013
The branch, build-main 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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
x2goserver/bin/x2golistsessions | 5 +++--
1 file 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