diff options
| author | 2009-09-24 15:42:52 -0700 | |
|---|---|---|
| committer | 2009-09-24 15:42:52 -0700 | |
| commit | d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (patch) | |
| tree | 6f75b10e7c4f4341a3e77dbf30c9543874c15cb4 /libs/rs/rsScriptC.cpp | |
| parent | e60446b9c1a0f4f48372a36de5b01a2ddb8121e3 (diff) | |
Minor cleanup of profile and compile logging.
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
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) { |