From e7678408746923c2dbb3c4b978e6bde93734fee9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 27 Jan 2024 15:37:49 -0800 Subject: [PATCH] Document that the default log priority is error, not critical (cherry picked from commit a7a98d8bbb8976a7c55a734f1ac420c5d43763a8) (cherry picked from commit 2c110685698b45e51527a9b0fc8b4406e13ee102) --- include/SDL_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_log.h b/include/SDL_log.h index 1564dd0ff..bd030c6d2 100644 --- a/include/SDL_log.h +++ b/include/SDL_log.h @@ -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 {