From 1f81186d67b2a86e6a555a7ad3323fcd13f5e257 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 17 Feb 2023 19:16:00 +0800 Subject: [PATCH] * src/android.c (android_exception_check): Fix typo. --- src/android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android.c b/src/android.c index c5adb912d9a..d21aaabc1ac 100644 --- a/src/android.c +++ b/src/android.c @@ -4923,7 +4923,7 @@ android_exception_check (void) { if ((*android_java_env)->ExceptionCheck (android_java_env)) { - __android_log_print (ANDROID_LOG_WARNING, __func__, + __android_log_print (ANDROID_LOG_WARN, __func__, "Possible out of memory error." " The Java exception follows: "); /* Describe exactly what went wrong. */ -- 2.39.5