git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1214 a333f486-631f-4898-b8df-5754b55c2be0
@@ -117,7 +117,7 @@ foreach(explode(',', $sDataSourcesList) as $iSDS)
$oSynchroDataSource = MetaModel::GetObject('SynchroDataSource', $iSDS, false);
if ($oSynchroDataSource == null)
{
- $oP->p("The data source (id=$iSDS) does not exist. Exiting...");
+ $oP->p("ERROR: The data source (id=$iSDS) does not exist. Exiting...");
$oP->output();
exit -3;
}