The branch, master has been updated via 5b51e6ffce26af411dc17311ff5fa49b54355fe6 (commit) from 2eac6643e69cb7046a22fd228dbd4a09beeb525d (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 ----------------------------------------------------------------- commit 5b51e6ffce26af411dc17311ff5fa49b54355fe6 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Aug 30 12:22:25 2011 +0200 Fix for syslog command. ----------------------------------------------------------------------- Summary of changes: cups-x2go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/cups-x2go b/cups-x2go index 9f18135..d1e6f73 100755 --- a/cups-x2go +++ b/cups-x2go @@ -144,7 +144,7 @@ my $printOptions; my $printFile; ($jobID, $userName, $jobTitle, $copies, $printOptions, $printFile) = @ARGV; -syslog('notice', "Print job received from cups-> $jobID $userName $jobTitle $copies $printOptions $sepa $printFile"); +syslog('notice', "Print job received from cups-> $jobID $userName $jobTitle $copies $printOptions $printFile"); my $tempFile; if (!$printFile) hooks/post-receive -- cups-x2go.git (CUPS Backend for X2go Printing) 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 "cups-x2go.git" (CUPS Backend for X2go Printing).