Add debug infos

This commit is contained in:
grosroro
2012-06-01 19:03:44 +02:00
committed by Romain Neutron
parent a5b0d5b3a4
commit dc4255002d

View File

@@ -1666,7 +1666,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$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);
if (file_exists($pathdest)) {