Minor cleanup of profile and compile logging.
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index bff337c..22d42ac 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -147,7 +147,7 @@
         ACCchar buf[4096];
         ACCsizei len;
         accGetScriptInfoLog(s->mAccScript, sizeof(buf), &len, buf);
-        LOGE(buf);
+        LOGV(buf);
     }
 
     if (s->mProgram.mInit) {