From: gn64_jp Date: Sun, 21 Jul 2013 17:41:27 +0000 (+0900) Subject: add tunerec logging. X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=commitdiff_plain;h=122f36826549ddf0581b3f5d0130197d55a13970 add tunerec logging. --- diff --git a/rec10/recording_earth_pt1.py b/rec10/recording_earth_pt1.py index ac3420f..f4f557f 100644 --- a/rec10/recording_earth_pt1.py +++ b/rec10/recording_earth_pt1.py @@ -97,6 +97,8 @@ def record(channel,tsid,out,timelength,decode=0): #p2.wait() #os.kill(p1.pid,signal.SIGKILL) p1.wait() + logt=unicode(p1.communicate()[0], "UTF-8") + recdblist.addLog(out, logt, "record(DVB)-detail",100) else: recdblist.printutf8ex(u"tuner busy",100,100) def useDVB():