summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
author Jason Sams <rjsams@android.com> 2009-09-24 15:42:52 -0700
committer Jason Sams <rjsams@android.com> 2009-09-24 15:42:52 -0700
commitd3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (patch)
tree6f75b10e7c4f4341a3e77dbf30c9543874c15cb4 /libs/rs/rsScriptC.cpp
parente60446b9c1a0f4f48372a36de5b01a2ddb8121e3 (diff)
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) {