Added Logging to image upload
This commit is contained in:
parent
6e1244ca33
commit
d6476fffcd
|
@ -129,7 +129,7 @@ class Rest_ShowController extends Zend_Rest_Controller
|
||||||
$storDir = Application_Model_MusicDir::getStorDir();
|
$storDir = Application_Model_MusicDir::getStorDir();
|
||||||
$importedStorageDirectory = $storDir->getDirectory() . "imported/" . $ownerId . "/show-images/" . $showId;
|
$importedStorageDirectory = $storDir->getDirectory() . "imported/" . $ownerId . "/show-images/" . $showId;
|
||||||
|
|
||||||
Logging::info("Stor directory: " . $storDir);
|
Logging::info("Stor directory: " . $storDir->getDirectory());
|
||||||
Logging::info("Show image directory: " . $importedStorageDirectory);
|
Logging::info("Show image directory: " . $importedStorageDirectory);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue