🔊 Print data source id in synchro_exec output (#183)

As it is possible to execute multiple data source sync in one command run, print the corresponding data source name before its output.
This commit is contained in:
nv35
2021-02-11 16:47:10 +01:00
committed by GitHub
parent 68f7880d42
commit a5052ef42b

View File

@@ -134,6 +134,7 @@ foreach(explode(',', $sDataSourcesList) as $iSDS)
}
try
{
$oP->p("Working on ".utils::HtmlEntities($oSynchroDataSource->Get('name'))." (id=".utils::HtmlEntities($iSDS).")...");
$oSynchroExec = new SynchroExecution($oSynchroDataSource);
$oStatLog = $oSynchroExec->Process();
if ($bSimulate)