From 6c09411df244a409bcd0a440a1e974ef91bd7035 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Fri, 07 Sep 2007 08:57:27 +0000
Subject: [PATCH]
---
opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
index 6733366..a071d12 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationBroker.java
@@ -392,7 +392,7 @@
}
catch (Exception e)
{
- Message message = NOTE_EXCEPTION_STARTING_SESSION.get(
+ Message message = ERR_EXCEPTION_STARTING_SESSION.get(
baseDn.toNormalizedString(), server, e.getLocalizedMessage() +
stackTraceToSingleLineString(e));
logError(message);
@@ -733,7 +733,7 @@
if (debugEnabled())
{
debugInfo("ReplicationBroker is stopping. and will" +
- "close the connection");
+ " close the connection");
}
if (session != null)
--
Gitblit v1.10.0