From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 14:54:11 +0000 (+0200) Subject: wip #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a131aa50f4fbd067f695c667c699a2351e6c8e5a;p=fluidbook_processfarm.git wip #7684 --- diff --git a/app/process.php b/app/process.php index cb374c1..0f8c818 100644 --- a/app/process.php +++ b/app/process.php @@ -52,10 +52,10 @@ try { } @ob_end_clean(); - error_log(':) ' . $res); + error_log($_POST['operation'] . ' :) ' . $res); die($res); } catch (Exception $e) { @ob_end_clean(); - error_log('!!' . $e->getMessage()); + error_log($_POST['operation'] . ' !! ' . $e->getMessage()); die('!!' . $e->getMessage()); } \ No newline at end of file