From d8b4d3428a045247dd01c5d5d6d524402c9f6737 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 04 Jan 2008 10:39:37 +0000 Subject: [PATCH] Fix issue 2797: the cn for the replication repair logger is wrong. --- opends/resource/config/config.ldif | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index f1299f2..308bff9 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -734,7 +734,7 @@ objectClass: ds-cfg-log-publisher objectClass: ds-cfg-error-log-publisher objectClass: ds-cfg-file-based-error-log-publisher -cn: File-Based Error Logger +cn: Replication Repair Logger ds-cfg-java-class: org.opends.server.loggers.TextErrorLogPublisher ds-cfg-enabled: true ds-cfg-log-file: logs/replication -- Gitblit v1.10.0