The branch, twofactorauth has been updated via e3fe57d1ad10f04c05565d3dbb712bc1d3f0caf5 (commit) from efa3c772705eb18d76de85a1da2441d916e9aec3 (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: x2go/printing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/printing.py b/x2go/printing.py index 41bc685..b020a9e 100644 --- a/x2go/printing.py +++ b/x2go/printing.py @@ -548,7 +548,7 @@ class X2goPrintQueue(threading.Thread): if self._incoming_print_jobs: for _job in self._incoming_print_jobs: - self.logger('incoming print job: %s' % _job[1], loglevel=log.loglevel_DEBUG) + self.logger('processing incoming X2go print job: %s' % _job[1], loglevel=log.loglevel_NOTICE) _new_printjob_thread = X2goPrintJob(target=x2go_printjob_handler, kwargs={ 'job_file': _job[0], hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).