# HG changeset patch # User Yoshiki Yazawa # Date 1366093442 -32400 # Node ID f68f63465a41febaf5efcdea1fb4a2553104b143 # Parent 3474a501f802a0148f9991b649700babeadf986a handles RecException instead of Exception diff -r 3474a501f802 -r f68f63465a41 recorder.php --- a/recorder.php Tue Apr 16 15:23:28 2013 +0900 +++ b/recorder.php Tue Apr 16 15:24:02 2013 +0900 @@ -270,7 +270,7 @@ reclog( "recomplete:: 予約ID". $rrec->id .":".$rrec->type.$rrec->channel.$rrec->title."の録画に失敗した模様", EPGREC_ERROR ); } } -catch( Exception $e ) { +catch( RecException $e ) { reclog( "recorder:: ".$e->getMessage(), $e->getLevel() ); }