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

pgamba
29.43.2007 caa012fb1dd26a1989ab41c0e3886ac8c90c8a14
opendj-sdk/opends/src/server/org/opends/server/protocols/LDIFConnectionHandler.java
@@ -110,6 +110,9 @@
  // The thread used to run the connection handler.
  private Thread connectionHandlerThread;
  // Help to not warn permanently and fullfill the log file
  // in debug mode.
  private boolean alreadyWarn = false;
  /**
@@ -123,6 +126,7 @@
    isStopped               = true;
    stopRequested           = false;
    connectionHandlerThread = null;
    alreadyWarn = false;
  }
@@ -288,11 +292,12 @@
          }
          else
          {
            if (debugEnabled())
            if (!alreadyWarn && debugEnabled())
            {
              TRACER.debugInfo("LDIF connection handler directory " +
                               dir.getAbsolutePath() +
                               "doesn't exist or isn't a file");
              alreadyWarn = true;
            }
          }