The branch, build-baikal has been updated via 7f51af9c7b7806ca28b6dbeb567d6c8595efd157 (commit) from 3f8753abec12763656009b19356ca030ebf239d1 (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/printactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/printactions.py b/x2go/printactions.py index 139ca95..a6367b3 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.py @@ -424,7 +424,7 @@ class X2goPrintActionPRINTCMD(X2goPrintAction): """ _hr_filename = self._humanreadable_filename(pdf_file, job_title, spool_dir) shutil.copy2(pdf_file, _hr_filename) - self.logger('executing external command »%s« on PDF file %s' % (self.print_cmd, _hr_filename), loglevel=log.loglevel_NOTICE) + self.logger('executing external command ,,%s\'\' on PDF file %s' % (self.print_cmd, _hr_filename), loglevel=log.loglevel_NOTICE) cmd_line = self.print_cmd.split() cmd_line.append(_hr_filename) self.logger('executing external command: %s' % " ".join(cmd_line), loglevel=log.loglevel_DEBUG) 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).