cron.php - Fixed error message

SVN:trunk[1214]
This commit is contained in:
Romain Quetiez
2011-04-13 09:16:37 +00:00
parent 1f43ba3654
commit ada0b310ae

View File

@@ -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;
}