Document that the default log priority is error, not critical

(cherry picked from commit a7a98d8bbb)
(cherry picked from commit 2c11068569)
This commit is contained in:
Sam Lantinga 2024-01-27 15:37:49 -08:00
parent fd08ca3823
commit e767840874
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ extern "C" {
* By default the application category is enabled at the INFO level,
* the assert category is enabled at the WARN level, test is enabled
* at the VERBOSE level and all other categories are enabled at the
* CRITICAL level.
* ERROR level.
*/
typedef enum
{