mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
20.39.2007 540304eeec51e9279675e2f3028d044f958f11a0
opends/src/server/org/opends/server/loggers/debug/DebugConfiguration.java
@@ -227,7 +227,7 @@
  {
    String enabledProp = System.getProperty(PROPERTY_DEBUG_ENABLED);
    if(DynamicConstants.DEBUG_BUILD && (enabledProp != null &&
    if(DynamicConstants.WEAVE_ENABLED && (enabledProp != null &&
        (enabledProp.startsWith("T") || enabledProp.startsWith("t") ||
            enabledProp.startsWith("Y") || enabledProp.startsWith("y"))))
    {