From 99de97548dff1e66964f827e1e5cf43ca78985db Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Oct 2018 16:26:31 +0800 Subject: [PATCH] DataObjects/Events.php --- DataObjects/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Events.php b/DataObjects/Events.php index cbb3e285..de8fe6a5 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -514,7 +514,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject @mkdir(dirname($file),0700,true); // this might fail if it does not have correct permissions.. if (!file_exists(dirname($file))) { //print_r($this); - die("could not create $file - permissons are not correct\n"); // fatal, otherwise we loop!? + die("Events:: writeEventLog: could not create $file - permissons are not correct\n"); // fatal, otherwise we loop!? } } -- 2.39.2