summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index bff337c0..22d42ac8 100644
--- a/rsScriptC.cpp
+++ b/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) {