[pkg-freevo-commits] r181 - packages/freevo/trunk/debian/patches
Andrea Mennucci
mennucc1 at alioth.debian.org
Sun Jan 31 19:21:24 UTC 2010
Author: mennucc1
Date: 2010-01-31 19:21:24 +0000 (Sun, 31 Jan 2010)
New Revision: 181
Modified:
packages/freevo/trunk/debian/patches/encodingcore_no_print.diff
Log:
correction for the patch
Modified: packages/freevo/trunk/debian/patches/encodingcore_no_print.diff
===================================================================
--- packages/freevo/trunk/debian/patches/encodingcore_no_print.diff 2010-01-31 18:16:49 UTC (rev 180)
+++ packages/freevo/trunk/debian/patches/encodingcore_no_print.diff 2010-01-31 19:21:24 UTC (rev 181)
@@ -50,7 +50,7 @@
- print 'self.currentjob.thread.returncode:', self.currentjob.thread.returncode
+ _debug_('self.currentjob.idnr: '+repr(self.currentjob.idnr))
+ _debug_('self.currentjob.status: '+repr(self.currentjob.status))
-+ if hasattr(self.currentjob,'thread')
++ if hasattr(self.currentjob,'thread'):
+ _debug_('self.currentjob.thread.returncode: '+repr(self.currentjob.thread.returncode))
_debug_('PID %s' % self.currentjob.pid)
More information about the Pkg-freevo-commits
mailing list