| | |
| | | // 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; |
| | | |
| | | |
| | | /** |
| | |
| | | isStopped = true; |
| | | stopRequested = false; |
| | | connectionHandlerThread = null; |
| | | alreadyWarn = false; |
| | | } |
| | | |
| | | |
| | |
| | | } |
| | | else |
| | | { |
| | | if (debugEnabled()) |
| | | if (!alreadyWarn && debugEnabled()) |
| | | { |
| | | TRACER.debugInfo("LDIF connection handler directory " + |
| | | dir.getAbsolutePath() + |
| | | "doesn't exist or isn't a file"); |
| | | alreadyWarn = true; |
| | | } |
| | | } |
| | | |