DataObjects/Events.php
[Pman.Core] / DataObjects / Events.php
index cbb3e28..de8fe6a 100644 (file)
@@ -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!?
             }
             
         }