X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=blobdiff_plain;f=rec10%2Frecording_earth_pt1.py;fp=rec10%2Frecording_earth_pt1.py;h=f4f557fffc4e373a5a76787c2feddf635d5d9350;hp=ac3420f3b774897a4cc0dc5362b462ae68a9ec73;hb=122f36826549ddf0581b3f5d0130197d55a13970;hpb=46c2d56ad073b0aaa04ddf7a9064b7a7dd9c8b3f 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():