From 7ba39a6c06cd5ff7ae7ab0295a11f49703a6e859 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 09 Aug 2007 19:57:53 +0000
Subject: [PATCH] Fix for issue 2066. Changed constants to use the small case and dash format from the admin framework.

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

diff --git a/opends/build.xml b/opends/build.xml
index dac7586..edbe8b4 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1278,7 +1278,7 @@
     <!-- This sets org.opends.test.debug.target if and only if its's not
          already 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