opendj-sdk/opends/src/server/org/opends/server/backends/jeb/ImportThread.java
@@ -31,6 +31,7 @@ import org.opends.server.types.DebugLogLevel; import org.opends.server.api.DirectoryThread; import org.opends.server.types.AttributeType; import org.opends.server.types.DirectoryException; import org.opends.server.types.Entry; import com.sleepycat.je.Transaction; @@ -323,6 +324,13 @@ TRACER.debugCaught(DebugLogLevel.ERROR, e); } } catch (DirectoryException e) { if (debugEnabled()) { TRACER.debugCaught(DebugLogLevel.ERROR, e); } } catch (IOException e) { if (debugEnabled())