]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7684
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 14:54:11 +0000 (16:54 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 14:54:11 +0000 (16:54 +0200)
app/process.php

index cb374c1536da3b69b21bbf4a9c47a3c0f74bf4f4..0f8c818181c8b5cf82da2f13e522fe696226e1cb 100644 (file)
@@ -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