Skip to content

Commit

Permalink
録画失敗時のエラーの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
stz2012 committed Sep 5, 2012
1 parent 900cdca commit c226659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function epgrec_termproc( $p )
}
}
catch( Exception $e ) {
reclog( "recorder:: ".$e->getMessage(), $e->getLevel() );
reclog( "recorder:: ".$e->getMessage(), EPGREC_ERROR );
}

msg_remove_queue( $msgh_r ); // メッセージハンドラ開放
Expand Down

0 comments on commit c226659

Please sign in to comment.