mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
🔊 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user