error ctach

This commit is contained in:
CHIEFSOFT\ameye
2024-11-28 02:16:53 -05:00
parent dacc848015
commit 12d45f37b2
2 changed files with 31 additions and 21 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ class WrenchJobs extends BaseController
$out["interest_list"] = ( isset($int_list) && is_array($int_list) ) ? $int_list : [];
} catch (Exception $e) {
echo 'Caught exception: ', $e->getMessage(), "\n";
$errMsg = ' JOB DATA ERROR **** Caught exception: '. $e->getMessage();
log_message('critical', $errMsg);
}
log_message('critical', "END ***** ***** WrenchJobs::getJobsData Ret ");
return $this->respond( $this->summaryReturnData($in,$out), 200);