[X2Go-Commits] [cups-x2go] 02/07: cups-x2go: fix tiny typo.
git-admin at x2go.org
git-admin at x2go.org
Wed Jun 17 20:15:22 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 9890adfe0bc0094e8a3cd0faa77ad260a0ff0afa
Author: Mihai Moldovan <ionic at ionic.de>
Date: Wed Jun 17 19:19:58 2015 +0200
cups-x2go: fix tiny typo.
---
cups-x2go | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cups-x2go b/cups-x2go
index 73f7c20..ec3d813 100755
--- a/cups-x2go
+++ b/cups-x2go
@@ -262,7 +262,7 @@ elsif ($wait_ret & 127) {
}
else {
if (0 != $real_ret) {
- syslog('err', "ERROR: ps2pdf conversion program failed to convert $psFile: failed with exit code$real_ret");
+ syslog('err', "ERROR: ps2pdf conversion program failed to convert $psFile: failed with exit code $real_ret");
$conv_fail = 1;
}
}
diff --git a/debian/changelog b/debian/changelog
index f4e35da..ffba160 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ cups-x2go (3.0.1.3-0x2go1) UNRELEASED; urgency=low
- cups-x2go: fix print call... Does not allow to separate parameters with
a comma.
- cups-x2go: add correct :raw layer to binmode calls.
+ - cups-x2go: fix tiny typo.
* 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