Explorar o código

cron.php - Fixed error message

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1214 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=14) %!d(string=hai) anos
pai
achega
c2b44a6a8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}