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

mmarie
18.14.2009 e9a2437481b4d9105cb9b758d410a7b73cbcd767
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -275,9 +275,13 @@
      {
        // The socket has probably been closed as part of the
        // shutdown or changing the port number process.
        // just log debug information and loop.
        Message message = ERR_EXCEPTION_LISTENING.get(e.getLocalizedMessage());
        logError(message);
        // Just log debug information and loop.
        // Do not log the message during shutdown.
        if (shutdown == false) {
          Message message =
            ERR_EXCEPTION_LISTENING.get(e.getLocalizedMessage());
          logError(message);
        }
      }
    }
  }