From 83e8d2a9fdf07473b21e34aa95bc4967ac4de1b6 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 04 May 2007 10:52:14 +0000
Subject: [PATCH] Commit a few changes required to make "build all" work with weaving enabled. In particular:
---
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
index 96f38f9..e0a9cb7 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
+++ b/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -1919,10 +1919,6 @@
if (debugEnabled())
{
debugInfo("DebugInfo" + message);
- int msgID = MSGID_UNKNOWN_TYPE;
- logError(ErrorLogCategory.SYNCHRONIZATION,
- ErrorLogSeverity.NOTICE,
- "ReplicationDomain/ " + message, msgID);
}
}
--
Gitblit v1.10.0