commit | 06649fece4d97a89c6b197a570b6012e9ad9d228 | [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 | 3a948108703814b678fe74f7ca29cb989e3f0016 | |
parent | b6feddd9781c7730f37c877c88b391ebf0623fb6 [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; }