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

ludovicp
30.56.2010 bf50f318a18239941d3c885be112e57e611a9c80
Fix the serverID of the exporter server in the initialization log message.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -2284,7 +2284,7 @@
      Message msg = NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_START.get(
          Integer.toString(serverID),
          serviceID,
          Long.toString(initTargetMsgReceived.getInitiatorID()));
          Long.toString(initTargetMsgReceived.getSenderID()));
      logError(msg);
      // Go into full update status
@@ -2421,7 +2421,7 @@
        Message msg = NOTE_FULL_UPDATE_ENGAGED_FROM_REMOTE_END.get(
            Integer.toString(serverID),
            serviceID,
            Long.toString(initTargetMsgReceived.getInitiatorID()),
            Long.toString(initTargetMsgReceived.getSenderID()),
            (ieContext.getException()!=null?
                ieContext.getException().getLocalizedMessage():""));
        logError(msg);