mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
26.11.2009 e19f12e3bc6b25828e767a5cd43527b67530f88b
opends/src/server/org/opends/server/replication/server/ServerReader.java
@@ -39,6 +39,7 @@
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.replication.common.ServerStatus;
import org.opends.server.replication.protocol.*;
import org.opends.server.types.DebugLogLevel;
/**
 * This class implement the part of the replicationServer that is reading
@@ -223,6 +224,7 @@
            }
            catch(Exception e)
            {
              TRACER.debugCaught(DebugLogLevel.ERROR, e);
              errMessage =
                ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE.get(
                    "TopologyMsg", "other");