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

neil_a_wilson
10.50.2007 5630d1d870315aa2467a96cd866e996164a2d598
opends/src/server/org/opends/server/messages/JebMessages.java
@@ -1207,6 +1207,14 @@
  public static final int MSGID_JEB_IMPORT_CREATE_TMPDIR_ERROR =
      CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_ERROR | 155;
  /**
   * The message ID of the message that will be used if an invalid logging level
   * was requested.  This takes two arguments, which are the invalid logging
   * level and the configuration entry DN.
   */
  public static final int MSGID_JEB_INVALID_LOGGING_LEVEL =
       CATEGORY_MASK_JEB | SEVERITY_MASK_SEVERE_ERROR | 156;
  /**
   * Associates a set of generic messages with the message IDs defined in this
@@ -1244,6 +1252,12 @@
                    "for ID %s");
    registerMessage(MSGID_JEB_DATABASE_EXCEPTION,
                    "Database exception: %s");
    registerMessage(MSGID_JEB_INVALID_LOGGING_LEVEL,
                    "The database logging level string '%s' provided for " +
                    "configuration entry '%s' is invalid.  The value must " +
                    "be one of OFF, SEVERE, WARNING, INFO, CONFIG, FINE, " +
                    "FINER, FINEST, or ALL.  Note that these values are " +
                    "case sensitive");
    registerMessage(MSGID_CONFIG_DESCRIPTION_INDEX_ATTRIBUTE,
                    "The attribute type name of the attribute index");
    registerMessage(MSGID_CONFIG_DESCRIPTION_INDEX_TYPE,