commit | 53f6cdd94d2ceccc7ca7cd0b45f3172944f60dc4 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Sep 16 11:56:40 2011 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Sep 16 11:56:40 2011 -0700 |
tree | 44539e06e17d49660a95c2830ec6fc71d9c89048 | |
parent | 86c2fe474117b4a003125138e0f0e44f5002dfac [diff] [blame] |
cleanup: fix typos in logs Change-Id: Ib5744564a873ea2b84100174673dc4d3ae109fcf
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 @@ Mutex::Autolock lock(mMutex); if (mAbandoned) { - LOGE("connect: SurfaceTexture has been abandoned!"); + LOGE("disconnect: SurfaceTexture has been abandoned!"); return NO_INIT; }