diff options
author | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-14 10:07:40 +0100 |
---|---|---|
committer | Daniel Boulby <daniel.boulby@arm.com> | 2018-06-14 10:27:03 +0100 |
commit | 9bd5a4ce1e2a4a3bf3b4d69d80bf39348bbefc27 (patch) | |
tree | a61972df4a2594965796596298cf6bbcde98c218 /docs | |
parent | 42be6fc57e4f543a6a5a79f3a3d13192fb346fe2 (diff) | |
download | platform_external_arm-trusted-firmware-9bd5a4ce1e2a4a3bf3b4d69d80bf39348bbefc27.tar.gz platform_external_arm-trusted-firmware-9bd5a4ce1e2a4a3bf3b4d69d80bf39348bbefc27.tar.bz2 platform_external_arm-trusted-firmware-9bd5a4ce1e2a4a3bf3b4d69d80bf39348bbefc27.zip |
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: Daniel Boulby <daniel.boulby@arm.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index f6d0c7641..7e50dc188 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -486,8 +486,8 @@ Common build options :: 0 (LOG_LEVEL_NONE) - 10 (LOG_LEVEL_NOTICE) - 20 (LOG_LEVEL_ERROR) + 10 (LOG_LEVEL_ERROR) + 20 (LOG_LEVEL_NOTICE) 30 (LOG_LEVEL_WARNING) 40 (LOG_LEVEL_INFO) 50 (LOG_LEVEL_VERBOSE) |