diff recorder.php @ 163:b3095425e613

fix: ????EPG???????????????????????
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 04 Apr 2010 22:49:13 +0900
parents 84220382fea8
children 68f6b36e7c01
line wrap: on
line diff
--- a/recorder.php	Sun Apr 04 18:14:47 2010 +0900
+++ b/recorder.php	Sun Apr 04 22:49:13 2010 +0900
@@ -156,6 +156,7 @@
 	
 	$proch = false;
 	if( ( $proch = epgrec_exec(DO_RECORD) ) !== false ) {
+		reclog("recorder:: 録画ID".$rrec->id .":".$rrec->type.$rrec->channel.$rrec->title."の録画開始" );
 		// 録画完了待ち
 		$rec_cont = true;
 		while( $rec_cont ){
@@ -195,7 +196,6 @@
 	}
 	
 	// 予定より短いようなら終了時間を現在に書き換える
-	
 	if( time() < $endtime ) {
 		$rrec->endtime = toDatetime( time() );
 	}