More logging

This commit is contained in:
drigato 2015-01-12 15:45:33 -05:00
parent 44b82fdd8a
commit 8f0f69abd9
2 changed files with 2 additions and 0 deletions

View file

@ -376,6 +376,7 @@ SQL;
*/
public function delete()
{
Logging::info("111aaa");
// Check if the file is scheduled to be played in the future
if (Application_Model_Schedule::IsFileScheduledInTheFuture($this->getId())) {
throw new DeleteScheduledFileException();