From 06ad7b1dd63867f11d303c4f75efaafe9469c690 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 12 Sep 2008 06:15:54 +0000 Subject: [PATCH] Added debug level 256 -> GOSA_SI -All GOsa-SI Socket actions will be shown. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12436 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 2bdae08ef..29f995cc7 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -86,6 +86,7 @@ define ("DEBUG_POST", 16); define ("DEBUG_SESSION",32); define ("DEBUG_CONFIG", 64); define ("DEBUG_ACL", 128); +define ("DEBUG_SI", 256); /* Rewrite german 'umlauts' and spanish 'accents' to get better results */ -- 2.30.2