Log which event a frame could not be found for
This commit is contained in:
parent
da495c65ac
commit
c945b23dae
|
@ -190,7 +190,7 @@ class EventsController extends AppController {
|
|||
'Score' => $event['Event']['MaxScore']
|
||||
)
|
||||
))) {
|
||||
throw new NotFoundException(__('Can not find Frame'));
|
||||
throw new NotFoundException(__("Can not find Frame for Event " . $event['Event']['Id']));
|
||||
}
|
||||
|
||||
$this->loadModel('Config');
|
||||
|
|
Loading…
Reference in New Issue