Browse Source

cron.php - Fixed error message

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1214 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
c2b44a6a8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      synchro/synchro_exec.php

+ 1 - 1
synchro/synchro_exec.php

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