Log which event a frame could not be found for

This commit is contained in:
Kyle Johnson 2015-01-01 11:33:12 -05:00
parent da495c65ac
commit c945b23dae
1 changed files with 1 additions and 1 deletions

View File

@ -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');