From: Po Lu Date: Fri, 17 Feb 2023 11:16:00 +0000 (+0800) Subject: * src/android.c (android_exception_check): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f81186d67b2a86e6a555a7ad3323fcd13f5e257;p=emacs.git * src/android.c (android_exception_check): Fix typo. --- 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. */