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(); } /**