summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2011-09-16 12:58:30 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-09-16 12:58:30 -0700
commitb74b87c51627f6dcbef7fa408def75b01759730e (patch)
treea7c86d848ae4a76a36eaa5878bac21a70082072a /opengl
parent02a74218576097c788fa5c3e7fdc1c00b6925c11 (diff)
parent06649fece4d97a89c6b197a570b6012e9ad9d228 (diff)
Merge "cleanup: fix typos in logs"
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 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);
}
}
}