[X2Go-Commits] [cups-x2go] 01/04: cups-x2go: actually print "real" executed command instead of the "original" one with placeholders.

git-admin at x2go.org git-admin at x2go.org
Tue Jun 16 02:29:57 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository cups-x2go.

commit ef73554db926aeb8ba9d2a3ebabb97c4e2c9c32c
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Jun 16 02:10:37 2015 +0200

    cups-x2go: actually print "real" executed command instead of the "original" one with placeholders.
---
 cups-x2go        |    2 +-
 debian/changelog |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/cups-x2go b/cups-x2go
index 1d488b7..3161578 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -222,7 +222,7 @@ for (my $i = 0; $i < @ps2pdf_args; ++$i) {
 	$ps2pdf_args[$i] =~ s/%s/$psFile/g;
 }
 
-syslog('info', "Converting printjob with command: $ps2pdf\n");
+syslog('info', "Converting printjob with command: $ps2pdf_cmd " . join (" ", @ps2pdf_args) . "\n");
 
 my ($pdf_fh, $pdfFile) = tempfile ($pdf_template, TMPDIR => 1);
 
diff --git a/debian/changelog b/debian/changelog
index 6409c59..0c67388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low
     - cups-x2go: import tempfile() function from File::Temp module.
     - cups-x2go: only repeat the last X, not the whole ".pdfX" string (or the
       like.)
+    - cups-x2go: actually print "real" executed command instead of the
+      "original" one with placeholders.
   * debian/control:
     - Add dependencies on perl-modules for core modules and ${perl:Depends}
       for perl itself.

--
Alioth's /srv/git/code.x2go.org/cups-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git


More information about the x2go-commits mailing list