Browse Source

Merge pull request #10695 from tetrapod00/reorder-output-category

Reorder Output panel message categories to match order in editor
Matthew 5 months ago
parent
commit
20ebf264eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/scripting/debug/output_panel.rst

+ 2 - 2
tutorials/scripting/debug/output_panel.rst

@@ -23,10 +23,10 @@ Four message categories are available:
 
 - **Log:** Standard messages printed by the project. Displayed in white or black
   (depending on the editor theme).
-- **Warning:** Messages printed by the project or editor that report important
-  information, but do not indicate a failure. Displayed in yellow.
 - **Error:** Messages printed by the project or editor that indicate a failure
   of some kind. Displayed in red.
+- **Warning:** Messages printed by the project or editor that report important
+  information, but do not indicate a failure. Displayed in yellow.
 - **Editor:** Messages printed by the editor, typically intended to be traces of
   undo/redo actions. Displayed in gray.