summaryrefslogtreecommitdiffstats
path: root/libs/gui
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 /libs/gui
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 'libs/gui')
-rw-r--r--libs/gui/SurfaceTexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/SurfaceTexture.cpp b/libs/gui/SurfaceTexture.cpp
index 79a01a3..f2bc81e 100644
--- a/libs/gui/SurfaceTexture.cpp
+++ b/libs/gui/SurfaceTexture.cpp
@@ -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;
}