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

ludovicp
30.56.2010 57661e6c84a8c3961c818a90d15bc384a5f71f69
Fix the serverID of the exporter server in the initialization log message.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 4 ●●●● patch | view | raw | blame | history
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);