From 19b860e5ecbbd5e79817920ec1603583d0ce7a08 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 2 Jun 2010 12:03:12 +0000 Subject: [PATCH] Updated logging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18838 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index bfa9ca327..4f7c82f13 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -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); -- 2.30.2