X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FEvents.php;h=de8fe6a5062b1d858f249314c98372ac4e830066;hb=f20faebe4c3fcada27e75e7f5ad84d2d801200fd;hp=cbb3e285bcdec0a894551f96e5662cc643a61b4b;hpb=21c4f3d48c96542e6a5f913eb7a820a4ac773c20;p=Pman.Core 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!? } }