[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.1.0.1-20-g8af661e

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


The branch, build-baikal has been updated
       via  8af661ea45669bb7af75ffeb7439ede85e2541eb (commit)
      from  07cea7ea8e3679238f3d92e16be882716a652196 (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/x2gosqlitewrapper.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2goserver/lib/x2gosqlitewrapper.pl b/x2goserver/lib/x2gosqlitewrapper.pl
index 4aa5f98..4ad329e 100755
--- a/x2goserver/lib/x2gosqlitewrapper.pl
+++ b/x2goserver/lib/x2gosqlitewrapper.pl
@@ -48,7 +48,7 @@ elsif ( $strloglevel eq "warning" )   { $loglevel = LOG_WARNING; }
 elsif ( $strloglevel eq "notice" ) { $loglevel = LOG_NOTICE; }
 elsif ( $strloglevel eq "info" )   { $loglevel = LOG_INFO; }
 elsif ( $strloglevel eq "debug" )  { $loglevel = LOG_DEBUG; }
-setlogmask( LOG_UPTO(x2gologlevel()) );
+setlogmask( LOG_UPTO($loglevel) );
 
 ####
 #### end of duplicated syslogging code


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