diff options
| author | 2011-09-16 11:56:40 -0700 | |
|---|---|---|
| committer | 2011-09-16 11:56:40 -0700 | |
| commit | 06649fece4d97a89c6b197a570b6012e9ad9d228 (patch) | |
| tree | 3a948108703814b678fe74f7ca29cb989e3f0016 /opengl | |
| parent | b6feddd9781c7730f37c877c88b391ebf0623fb6 (diff) | |
cleanup: fix typos in logs
Change-Id: Ib5744564a873ea2b84100174673dc4d3ae109fcf
Diffstat (limited to 'opengl')
| -rw-r--r-- | opengl/libs/EGL/egl_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl_object.h b/opengl/libs/EGL/egl_object.h index d2b737897a..46f7139ad4 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); } } } |