diff options
| author | 2009-09-24 18:46:39 -0400 | |
|---|---|---|
| committer | 2009-09-24 18:46:39 -0400 | |
| commit | 0d3999f788eb01baa8ba671878387761cbbbf861 (patch) | |
| tree | dab76321d34c048a0f074297e82e11ac5671d8af /libs/rs/rsScriptC.cpp | |
| parent | 20b394719daa218be7ff767fad024504f12e937b (diff) | |
| parent | d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 (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.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) { |