From 9c954f1411d833f43c98ad3bc607c4ec4f07aaf5 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Fri, 08 Jun 2007 18:50:35 +0000
Subject: [PATCH] Fixed an issue where the error log doesn't actually log messages. Also improved the performance of the loggers when they are disabled.

---
 opends/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/build.xml b/opends/build.xml
index 8f60222..65f2afc 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1250,7 +1250,7 @@
     <!-- This sets org.opends.test.debug.target if and only if its's not
          alreadly set. -->
     <condition property="org.opends.test.debug.target"
-               value="org.opends.server:level=warning,category=caught|data|database-access|message|protocol">
+               value="org.opends.server:level=warning,category=caught|data|database_access|message|protocol">
       <not>
         <isset property="org.opends.test.debug.target" />
       </not>

--
Gitblit v1.10.0