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

mrossign
30.43.2009 edccd030b94ecc79a7b8ae17ec172cccafce56fb
opends/src/server/org/opends/server/replication/protocol/AckMsg.java
@@ -338,7 +338,7 @@
    String ackErrorStr = "hasTimeout: " + (hasTimeout ? "yes" : "no")  + ", " +
      "hasWrongStatus: " + (hasWrongStatus ? "yes" : "no")  + ", " +
      "hasReplayError: " + (hasReplayError ? "yes" : "no")  + ", " +
      " concerned server ids: " + idList;
      "concerned server ids: " + idList;
    return ackErrorStr;
  }