Logging statments

This commit is contained in:
drigato 2014-04-16 12:04:18 -04:00
parent 51af3ba36e
commit 10cf16f53a
1 changed files with 2 additions and 0 deletions

View File

@ -976,6 +976,8 @@ SQL;
// Did all the checks for real, now trying to copy // Did all the checks for real, now trying to copy
$audio_stor = Application_Common_OsPath::join($stor, "organize", $audio_stor = Application_Common_OsPath::join($stor, "organize",
$originalFilename); $originalFilename);
Logging::info($originalFilename);
Logging::info($audio_stor);
$user = Application_Model_User::getCurrentUser(); $user = Application_Model_User::getCurrentUser();
if (is_null($user)) { if (is_null($user)) {
$uid = Application_Model_User::getFirstAdminId(); $uid = Application_Model_User::getFirstAdminId();