From 122f36826549ddf0581b3f5d0130197d55a13970 Mon Sep 17 00:00:00 2001 From: gn64_jp Date: Mon, 22 Jul 2013 02:41:27 +0900 Subject: [PATCH] add tunerec logging. --- rec10/recording_earth_pt1.py | 2 ++ 1 file changed, 2 insertions(+) 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(): -- 2.11.0