Commit 9bd5a4ce authored by Daniel Boulby's avatar Daniel Boulby
Browse files

Correct ordering of log levels in documentation



Changed the ordering of the log levels in the documentation to
mate the code

Change-Id: Ief1930b73d833fdf675b039c98046591c0c264c1
Signed-off-by: default avatarDaniel Boulby <daniel.boulby@arm.com>
parent 42be6fc5
...@@ -486,8 +486,8 @@ Common build options ...@@ -486,8 +486,8 @@ Common build options
:: ::
0 (LOG_LEVEL_NONE) 0 (LOG_LEVEL_NONE)
10 (LOG_LEVEL_NOTICE) 10 (LOG_LEVEL_ERROR)
20 (LOG_LEVEL_ERROR) 20 (LOG_LEVEL_NOTICE)
30 (LOG_LEVEL_WARNING) 30 (LOG_LEVEL_WARNING)
40 (LOG_LEVEL_INFO) 40 (LOG_LEVEL_INFO)
50 (LOG_LEVEL_VERBOSE) 50 (LOG_LEVEL_VERBOSE)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment