OSDN Git Service

change status logging in DB.
[rec10/rec10-git.git] / rec10 / trunk / src / timerec.py
index 0b93f05..41627e9 100644 (file)
@@ -29,7 +29,7 @@ def task():
     inum = recdb.countRecNow_minutes("10")
     #inum=recdb.countRecNow("1")
     print "番組表更新処理"+ datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
-    print "inum:" + str(inum) + "bscsrec:" + str(status.getBSCSRecording()) + "terec:" + str(status.getTERecording()) + " epg:" + str(status.getEPGUpdating())
+    print "inum:" + str(inum) + "bscsrec:" + str(status.getBSCSRecording()) + "terec:" + str(status.getTERecording()) 
 
     #if inum+status.getBSCSRecording()+status.getTERecording() < 2:
     update = chdb.update()