summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5cf1c2a)
raw | patch | inline | side by side (parent: 5cf1c2a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Sep 2010 05:33:06 +0000 (05:33 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 13 Sep 2010 05:33:06 +0000 (05:33 +0000) |
-Do not log debug output.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19607 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19607 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_configRegistry.inc | patch | blob | history |
diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc
index f971d10a5ebadbbbca7251ec9b2bc4aa27095ab6..07fb03d6579b52b22faa70402f94d3f11c20fff9 100644 (file)
$this->pluginRequirements[$cname] = $defs['plRequirements'];
}else{
if($cname == $requiresActivePlugin){
- new log("debug","","Skipped schema check for '{$cname}' plugin is inactive!",
- array(),'');
+ @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, "",
+ "Skipped schema check for '{$cname}' plugin is inactive!");
}else{
- new log("debug","","Skipped schema check for class '{$cname}' skipped,".
- " required plugin '{$requiresActivePlugin}' is inactive!",
- array(),'');
+ @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, "",
+ "Skipped schema check for class '{$cname}' skipped,".
+ " required plugin '{$requiresActivePlugin}' is inactive!");
}
}
}