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

Nicolas Capponi
04.19.2014 334014cfe2047b73bb9770035d2ea4e5e089cfdb
opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDbEnv.java
@@ -857,8 +857,9 @@
  private void debug(String message)
  {
    TRACER.debugInfo("In " + replicationServer.getMonitorInstanceName() + ", "
        + message);
    // replication server may be null in tests
    TRACER.debugInfo("In " + (replicationServer != null ? replicationServer.getMonitorInstanceName() : "[test]")
        + ", " + message);
  }
}