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

Matthew Swift
03.13.2013 74023634617762408423a44c8dd01ee050fef584
opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -557,11 +557,10 @@
    @Override
    public String getMonitorInstanceName()
    {
      ReplicationServerDomain domain =
        replicationServer.getReplicationServerDomain(baseDn, false);
      return "ReplicationServer database " + String.valueOf(serverId) +
             ",cn=" + domain.getMonitorInstanceName();
      ReplicationServerDomain domain = replicationServer
          .getReplicationServerDomain(baseDn, false);
      return "Changelog for DS(" + serverId + "),cn="
          + domain.getMonitorInstanceName();
    }
    /**