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

davidely
17.28.2007 d6ed8c17f84388757eb5bf3d0a60d9d93746f527
opendj-sdk/opends/src/server/org/opends/server/loggers/LoggerThread.java
@@ -97,7 +97,12 @@
      try
      {
        sleep(time);
      } catch(Exception e)
      }
      catch(InterruptedException e)
      {
        // We expect this to happen.
      }
      catch(Exception e)
      {
        assert debugException(CLASS_NAME, "run", e);
      }