X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2FEvents.php;h=de8fe6a5062b1d858f249314c98372ac4e830066;hb=a3aee94f26d113c118d2fc75eea8a75fa99d8098;hp=725e4513e12c476d8684ba7582afceba718e5373;hpb=8427f094be5e5a598c7a81a89a599ecb6a60ca73;p=Pman.Core diff --git a/DataObjects/Events.php b/DataObjects/Events.php index 725e4513..de8fe6a5 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -513,8 +513,8 @@ 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"); // fatal, otherwise we loop!? + //print_r($this); + die("Events:: writeEventLog: could not create $file - permissons are not correct\n"); // fatal, otherwise we loop!? } }