From ada0b310aefca9ba8a52a7b67edad135c1ee27bd Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Wed, 13 Apr 2011 09:16:37 +0000 Subject: [PATCH] cron.php - Fixed error message SVN:trunk[1214] --- synchro/synchro_exec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/synchro_exec.php b/synchro/synchro_exec.php index e9a1327f1..f48c3fd19 100644 --- a/synchro/synchro_exec.php +++ b/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; }