CC-1665: Scheduled stream rebroadcasting and recording
-Better error logging -convert minutes > 59 into hours
This commit is contained in:
parent
b7107fb948
commit
a0ad9a91ea
2 changed files with 9 additions and 0 deletions
|
@ -152,6 +152,7 @@ class WebstreamController extends Zend_Controller_Action
|
|||
throw new Exception("isValid returned false");
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
Logging::debug($e->getMessage());
|
||||
$this->view->statusMessage = "<div class='errors'>Invalid form values.</div>";
|
||||
$this->view->streamId = -1;
|
||||
$this->view->analysis = $analysis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue