Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-3042

Log level to INFO in EditableMenuItemImpl constructor

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 2.26.13, 2.28.06, 2.30.00
    • None
    • None

    Description

      public EditableMenuItemImpl(EditableMenuItem parentItem){
      if(parentItem == null)

      { HstServices.getLogger(getClass().getName()).error("Cannot add a Editable menu item when parent item is null"); return; }

      // ...
      }

      The ERROR level was unnecessary. Let's change it to INFO.

      Attachments

        Activity

          People

            aschrijvers Ard Schrijvers
            wko Woonsan Ko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: