diff options
author | Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com> | 2013-10-10 08:30:27 -0700 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com> | 2013-10-10 13:06:14 -0700 |
commit | 94a3394edffb0e27a44464625b07bebf28991b4b (patch) | |
tree | a384270a4b532152b4c5be4a3a609e614ce3d8b5 /docs | |
parent | 4429ea53c4add2a00fee625d4f7c8efa41c715d0 (diff) |
core: Fix max DEBUG_LEVEL incongruence on 5 vs 9
In the docs and the autocompletion logic the maximum
value jumped incongruently between 5 and 9.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/appendix-checklist.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/appendix-checklist.xml b/docs/manual/appendix-checklist.xml index 4c419570e..538ba5e84 100644 --- a/docs/manual/appendix-checklist.xml +++ b/docs/manual/appendix-checklist.xml @@ -90,7 +90,7 @@ <para> <option>--gst-debug-level=<replaceable>LEVEL</replaceable></option> will set the default debug level (which can range from 0 (no - output) to 5 (everything)). + output) to 9 (everything)). </para> </listitem> <listitem> |