emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 1f81186d67b 5/5: * src/android.c (android_exception_chec


From: Po Lu
Subject: feature/android 1f81186d67b 5/5: * src/android.c (android_exception_check): Fix typo.
Date: Fri, 17 Feb 2023 06:16:22 -0500 (EST)

branch: feature/android
commit 1f81186d67b2a86e6a555a7ad3323fcd13f5e257
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]