From c756e3d07891166f7770bd5b16114956954a82f9 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 16 Sep 2008 09:38:21 +0000 Subject: [PATCH] Fixed debug of si messages. -Messages will now only be displayed if the debug LVL ist set to 256 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12467 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index a9c172219..a0b121e50 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -152,7 +152,7 @@ class gosaSupportDaemon break; } } - @DEBUG(GOSA_SI, $line, "".$class."::".$function."" , $file, "".htmlentities($str)."", $info=""); + @DEBUG(DEBUG_SI, $line, "".$class."::".$function."" , $file, "".htmlentities($str)."", $info=""); /****** Set error string. @@ -1012,7 +1012,7 @@ class gosaSupportDaemon break; } } - @DEBUG(GOSA_SI, $line, "".$class."::".$function."" , $file, "".htmlentities($data)."", $info=""); + @DEBUG(DEBUG_SI, $line, "".$class."::".$function."" , $file, "".htmlentities($data)."", $info=""); /******* -- 2.30.2