From 172f9ff26c2a07363b37ea83bdaba4ac6ef70226 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 18 Mar 2011 21:00:33 +0000
Subject: [PATCH] Fix issue opendj-92: improve replication thread names
---
opends/src/server/org/opends/server/replication/plugin/ReplayThread.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplayThread.java b/opends/src/server/org/opends/server/replication/plugin/ReplayThread.java
index c964423..cb24c37 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplayThread.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplayThread.java
@@ -67,7 +67,7 @@
*/
public ReplayThread(BlockingQueue<UpdateToReplay> updateToReplayQueue)
{
- super("Replication Replay thread " + count++);
+ super("Replica replay thread " + count++);
this.updateToReplayQueue = updateToReplayQueue;
}
--
Gitblit v1.10.0