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

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