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

mrossign
03.44.2009 4b1c40ffa0ccf7d8d589d85ea62093f43ce0a9db
opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -2075,10 +2075,10 @@
    }
    catch (Exception e)
    {
      // TODO: improve the log
      // We failed retrieving the remote monitor data.
      attributes.add(Attributes.create("error",
          stackTraceToSingleLineString(e)));
      Message message =
        ERR_ERROR_RETRIEVING_MONITOR_DATA.get(stackTraceToSingleLineString(e));
      // We failed retrieving the monitor data.
      attributes.add(Attributes.create("error", message.toString()));
    }
    attributes.add(