mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
Cron parallelization * better logs
This commit is contained in:
@@ -316,9 +316,14 @@ class MFCompiler
|
||||
}
|
||||
|
||||
try {
|
||||
SetupLog::Info("Compiling $sTempTargetDir...");
|
||||
$this->DoCompile($sTempTargetDir, $sFinalTargetDir, $oP = null, $bUseSymbolicLinks);
|
||||
} catch (Exception $e) {
|
||||
if ($sTempTargetDir != $sFinalTargetDir) {
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
SetupLog::Info("Compiling error: ".$e->getMessage());
|
||||
if ($sTempTargetDir != $sFinalTargetDir)
|
||||
{
|
||||
// Cleanup the temporary directory
|
||||
SetupUtils::rrmdir($sTempTargetDir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user