From: hickert Date: Wed, 2 Jun 2010 12:03:12 +0000 (+0000) Subject: Updated logging X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19b860e5ecbbd5e79817920ec1603583d0ce7a08;p=gosa.git Updated logging git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18838 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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);