]> git.parisson.com Git - yomguy-tools.git/commitdiff
fix log
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:47:12 +0000 (14:47 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:47:12 +0000 (14:47 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@98 457c0346-1240-4656-8a5a-9edca8063506

isp_tools/isp_trans.py

index 17ae018065aa3656a79e38cdc758e76dc32de6d3..e8c6cd190b64d6a2ee7af713026166a7663a2531 100644 (file)
@@ -159,7 +159,7 @@ class ISPTrans(object):
                 continue
             else:
                 if not os.path.exists(dest) or force_mode != '':
-                    mess = 'Transcoding from %s:%s to %s:%s -> %s' \
+                    mess = 'transcoding from %s:%s to %s:%s -> %s' \
                             % (str(int(float(start_mn))), str(int(float(start_s))), str(int(float(end_mn))), str(int(float(end_s))), dest)
                     self.logger.write_info(media, mess)
                     command = self.transcode_command(media, str(start), str(duration), dest)