From 0a77851c0262fdee323a0bbdbaffbd651b44ae3b Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 27 Oct 2014 16:42:05 +0000
Subject: [PATCH] OPENDJ-1585 Replace calls to DN.toNormalizeString() by calls to DN.toString() in logging statements and toString() methods
---
opendj3-server-dev/src/server/org/opends/server/replication/plugin/EntryHistorical.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/plugin/EntryHistorical.java b/opendj3-server-dev/src/server/org/opends/server/replication/plugin/EntryHistorical.java
index 405d754..7646cd3 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/plugin/EntryHistorical.java
+++ b/opendj3-server-dev/src/server/org/opends/server/replication/plugin/EntryHistorical.java
@@ -680,7 +680,7 @@
* historical information is going to be kept.
* Log information for the repair tool.
*/
- logger.error(ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL, entry.getName().toNormalizedString(),
+ logger.error(ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL, entry.getName().toString(),
histVal.getAttrString());
continue;
}
--
Gitblit v1.10.0