Code

Updated logging
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 12:03:12 +0000 (12:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 2 Jun 2010 12:03:12 +0000 (12:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18838 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index bfa9ca32758cbf3ba5b749cd16ce7e99ab9760ff..4f7c82f131114f4b4f7daa6de5e58f41bfaaff14 100644 (file)
@@ -1060,7 +1060,7 @@ class config  {
     }
 
     // Show a warning in the syslog if there is an undefined property requested.
-    syslog(1,"Unconfigured property: {$class}::{$name}");    
+    new log("debug","","Unconfigured property: '{$class}::{$name}'",array(),'');
 
     // Try to find the property in the config file directly.
     $name= strtoupper($name);