This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 3b8e552 sphinxy docs: Convert bold / italic from Epydoc to Sphinxy markup. new 7e79d07 x2go/log.py: Fix documentation of default log level ('or'ed not 'and'ed). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 7e79d078bba9cfb85a1848f2431e5646f882009a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 18:00:30 2018 +0200 x2go/log.py: Fix documentation of default log level ('or'ed not 'and'ed). --- x2go/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/log.py b/x2go/log.py index 196990a..7c8e89f 100644 --- a/x2go/log.py +++ b/x2go/log.py @@ -42,7 +42,7 @@ loglevel_DEBUG_SFTPXFER = 1024 loglevel_DEFAULT = loglevel_ERROR | loglevel_WARN | loglevel_NOTICE """\ -Default loglevel of X2GoLogger objects is: NOTICE & WARN & ERROR +Default loglevel of X2GoLogger objects is: NOTICE | WARN | ERROR """ # Python X2Go modules -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git