added debugging

This commit is contained in:
Rudi Grinberg 2012-09-11 17:32:26 -04:00
parent 32297111f5
commit cc3ba90ec3
1 changed files with 2 additions and 2 deletions

View File

@ -554,8 +554,8 @@ class ApiController extends Zend_Controller_Action
if( !$file ) {
Logging::info("action: $mode");
Logging::info("md: $md");
Logging::info("return: $return_hash");
Logging::info("md: " . print_r($md, true));
Logging::info('return: ' . print_r($return_hash, true));
}
$return_hash['fileid'] = is_null($file) ? '-1' : $file->getId();