From d3f2eaf60a349316a219ebd12b4ee88f6d1b1261 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 24 Sep 2009 15:42:52 -0700 Subject: Minor cleanup of profile and compile logging. --- libs/rs/rsScriptC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsScriptC.cpp') 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) { -- cgit v1.2.3-59-g8ed1b