Merge "cleanup: fix typos in logs"

This commit is contained in:
Mathias Agopian 2011-09-16 12:58:30 -07:00 committed by Android (Google) Code Review
commit b74b87c516
2 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@ status_t SurfaceTexture::disconnect(int api) {
Mutex::Autolock lock(mMutex);
if (mAbandoned) {
LOGE("connect: SurfaceTexture has been abandoned!");
LOGE("disconnect: SurfaceTexture has been abandoned!");
return NO_INIT;
}

View File

@ -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);
}
}
}