mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
Add debug infos
This commit is contained in:
@@ -1666,7 +1666,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
|||||||
|
|
||||||
$pathdest = $this->generateSubdefPathname($subdef, $pathdest);
|
$pathdest = $this->generateSubdefPathname($subdef, $pathdest);
|
||||||
|
|
||||||
$logger->addInfo(sprintf('Generating subdef to %s', $pathdest));
|
$logger->addInfo(sprintf('Generating subdef %s to %s', $subdefname, $pathdest));
|
||||||
$this->generate_subdef($subdef, $pathdest, $logger);
|
$this->generate_subdef($subdef, $pathdest, $logger);
|
||||||
|
|
||||||
if (file_exists($pathdest)) {
|
if (file_exists($pathdest)) {
|
||||||
|
Reference in New Issue
Block a user