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

Jean-Noel Rouvignac
30.49.2013 f0ad7d963703f4a8debd98bd6785e69e407dc13f
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -3491,9 +3491,8 @@
      if (result != ResultCode.SUCCESS)
      {
        Message message = ERR_UPDATING_GENERATION_ID.get(
            result.getResultCodeName() + " " , getBaseDNString());
        logError(message);
        logError(ERR_UPDATING_GENERATION_ID.get(
            result.getResultCodeName(), getBaseDNString()));
      }
    }
    else