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

gbellato
01.04.2006 b5acb25ee2ad9bf8b166b9de1a34e6aab6ea23b7
opends/src/server/org/opends/server/changelog/ChangelogDB.java
@@ -349,7 +349,7 @@
      catch (DatabaseException dbe)
      {
      }
      /* database is faulty : TODO : log better message */
      /* database is faulty */
      int    msgID   = MSGID_CHANGELOG_SHUTDOWN_DATABASE_ERROR;
      String message = getMessage(msgID) + stackTraceToSingleLineString(e);
      logError(ErrorLogCategory.SYNCHRONIZATION,
@@ -553,7 +553,8 @@
           * to continue with the next record.
           * In such case, it is therefore possible that we miss some changes.
           * TODO. log an error message.
           * TODO. Such problem should be handled by the repair functionality.
           * TODO : REPAIR : Such problem should be handled by the
           *        repair functionality.
           */
        }
      }