summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-09-24 18:46:39 -0400
committer Android (Google) Code Review <android-gerrit@google.com> 2009-09-24 18:46:39 -0400
commit0d3999f788eb01baa8ba671878387761cbbbf861 (patch)
treedab76321d34c048a0f074297e82e11ac5671d8af /libs/rs/rsScriptC.cpp
parent20b394719daa218be7ff767fad024504f12e937b (diff)
parentd3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (diff)
Merge change 26942 into eclair
* changes: Minor cleanup of profile and compile logging.
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r--libs/rs/rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index bff337c0b90d..22d42ac8287a 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -147,7 +147,7 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s)
ACCchar buf[4096];
ACCsizei len;
accGetScriptInfoLog(s->mAccScript, sizeof(buf), &len, buf);
- LOGE(buf);
+ LOGV(buf);
}
if (s->mProgram.mInit) {