opendj3-server-dev/src/server/org/opends/server/replication/plugin/MultimasterReplication.java
@@ -197,8 +197,8 @@ } catch (ConfigException e) { logger.error(ERR_COULD_NOT_START_REPLICATION.get(configuration.dn(), e.getLocalizedMessage() + " " + stackTraceToSingleLineString(e))); logger.error(ERR_COULD_NOT_START_REPLICATION, configuration.dn(), e.getLocalizedMessage() + " " + stackTraceToSingleLineString(e)); } return null; }