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

coulbeck
15.48.2007 3d53e9b61ff6bd7164d67d35c4fc6d3b6124df61
Get rid of trust store debug caught errors on server start.
2 files modified
6 ■■■■ changed files
opends/src/server/org/opends/server/backends/TrustStoreBackend.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendSearchOperation.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -601,7 +601,7 @@
    {
      if (debugEnabled())
      {
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
        TRACER.debugCaught(DebugLogLevel.VERBOSE, e);
      }
      Message message = ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT.get(
@@ -808,7 +808,7 @@
          {
            if (debugEnabled())
            {
              TRACER.debugCaught(DebugLogLevel.ERROR, e);
              TRACER.debugCaught(DebugLogLevel.VERBOSE, e);
            }
            continue;
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendSearchOperation.java
@@ -264,7 +264,7 @@
      {
        if (debugEnabled())
        {
          TRACER.debugCaught(DebugLogLevel.ERROR, de);
          TRACER.debugCaught(DebugLogLevel.VERBOSE, de);
        }
        setResponseData(de);