1
0
Эх сурвалжийг харах

Document that the default log priority is error, not critical

(cherry picked from commit a7a98d8bbb8976a7c55a734f1ac420c5d43763a8)
Sam Lantinga 2 жил өмнө
parent
commit
2c11068569
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      include/SDL_log.h

+ 1 - 1
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
 {