diff --git a/src/includes/class/class.LSattribute.php b/src/includes/class/class.LSattribute.php index 0af470a9..ff4bbaaf 100644 --- a/src/includes/class/class.LSattribute.php +++ b/src/includes/class/class.LSattribute.php @@ -459,7 +459,7 @@ class LSattribute extends LSlog_staticLoggerClass { */ public function canBeGenerated() { $format = $this -> getConfig('generate_value_format', $this -> getConfig('default_value')); - self :: log_debug($this."->canBeGenerated(): format='$format'"); + self :: log_debug($this."->canBeGenerated(): format=".varDump($format)); return ( (function_exists($this -> getConfig('generate_function'))) ||