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

gbellato
20.04.2007 c08575b5d155b34529c402d7e5398e77abc49117
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
@@ -330,10 +330,11 @@
                   * An error happened trying to search for the updates
                   * This server will start acepting again new updates but
                   * some inconsistencies will stay between servers.
                   * TODO : REPAIR : log an error for the repair tool
                   * Log an error for the repair tool
                   * that will need to resynchronize the servers.
                   */
                  Message message = NOTE_CANNOT_RECOVER_CHANGES.get();
                  Message message = ERR_CANNOT_RECOVER_CHANGES.get(
                      baseDn.toNormalizedString());
                  logError(message);
                }
                else