summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-09-16 11:56:40 -0700
committerMathias Agopian <mathias@google.com>2011-09-16 11:56:40 -0700
commit53f6cdd94d2ceccc7ca7cd0b45f3172944f60dc4 (patch)
tree44539e06e17d49660a95c2830ec6fc71d9c89048 /opengl
parent86c2fe474117b4a003125138e0f0e44f5002dfac (diff)
downloadframeworks_base-53f6cdd94d2ceccc7ca7cd0b45f3172944f60dc4.zip
frameworks_base-53f6cdd94d2ceccc7ca7cd0b45f3172944f60dc4.tar.gz
frameworks_base-53f6cdd94d2ceccc7ca7cd0b45f3172944f60dc4.tar.bz2
cleanup: fix typos in logs
Change-Id: Ib5744564a873ea2b84100174673dc4d3ae109fcf
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/egl_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl_object.h b/opengl/libs/EGL/egl_object.h
index d2b7378..46f7139 100644
--- a/opengl/libs/EGL/egl_object.h
+++ b/opengl/libs/EGL/egl_object.h
@@ -130,7 +130,7 @@ protected:
if (window != NULL) {
native_window_set_buffers_format(window, 0);
if (native_window_api_disconnect(window, NATIVE_WINDOW_API_EGL)) {
- LOGE("EGLNativeWindowType %p disconnected failed", window);
+ LOGW("EGLNativeWindowType %p disconnect failed", window);
}
}
}