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

pgamba
26.11.2008 968824f7d8fbbc8641fcdd37580facf376832be8
opendj-sdk/opends/src/server/org/opends/server/replication/server/ServerWriter.java
@@ -115,8 +115,12 @@
            || (handler.getGenerationId() == -1))
        {
          logError(ERR_IGNORING_UPDATE_TO.get(
              this.replicationServerDomain.getReplicationServer().
                getMonitorInstanceName(),
              update.getDn(),
              this.handler.getMonitorInstanceName()));
              this.handler.getMonitorInstanceName(),
              Long.toString(handler.getGenerationId()),
              Long.toString(referenceGenerationId)));
          continue;
        }