summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8c4d5a)
raw | patch | inline | side by side (parent: b8c4d5a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Sep 2008 09:38:21 +0000 (09:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 16 Sep 2008 09:38:21 +0000 (09:38 +0000) |
-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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12467 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_gosaSupportDaemon.inc | patch | blob | history |
diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc
index a9c172219dde5485572afeef55668f999003478a..a0b121e5046eaa77a6ba6ed0a8431f24445340fa 100644 (file)
break;
}
}
- @DEBUG(GOSA_SI, $line, "<b>".$class."::".$function."</b>" , $file, "<font color='red'><i>".htmlentities($str)."</i></font>", $info="");
+ @DEBUG(DEBUG_SI, $line, "<b>".$class."::".$function."</b>" , $file, "<font color='red'><i>".htmlentities($str)."</i></font>", $info="");
/******
Set error string.
break;
}
}
- @DEBUG(GOSA_SI, $line, "<b>".$class."::".$function."</b>" , $file, "<i>".htmlentities($data)."</i>", $info="");
+ @DEBUG(DEBUG_SI, $line, "<b>".$class."::".$function."</b>" , $file, "<i>".htmlentities($data)."</i>", $info="");
/*******