]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/android.c (android_exception_check): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 17 Feb 2023 11:16:00 +0000 (19:16 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 17 Feb 2023 11:16:00 +0000 (19:16 +0800)
src/android.c

index c5adb912d9a4686512dd683b2933f0a6443e92e4..d21aaabc1ac9e54e09048c6306c6a20315960a98 100644 (file)
@@ -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.  */