CC-2505: Media monitor doesn't delete some tracks

from the Airtime server due character encoding

-fixed
This commit is contained in:
martin 2011-07-07 16:05:34 -04:00
parent ba4733ceb6
commit 73da294089
4 changed files with 8 additions and 27 deletions

View file

@ -118,7 +118,7 @@ class ApiController extends Zend_Controller_Action
//make sure to exit here so that no other output is sent.
exit;
} else {
$logger->err('Resource in database, but not in storage: '.$filepath.' '.is_file($filepath));
$logger->err('Resource in database, but not in storage: "'.$filepath.'"');
}
} else {
$logger->err('$media != null && !PEAR::isError($media)');