am b4e9e379: Merge "fix build problem, when #define ENABLE_ANDROID_LOG 1"

* commit 'b4e9e379e360464d3d6bde3084e5b286238a9329':
  fix build problem, when #define ENABLE_ANDROID_LOG 1
diff --git a/android/sqlite3_android.cpp b/android/sqlite3_android.cpp
index de8bb22..b836952 100644
--- a/android/sqlite3_android.cpp
+++ b/android/sqlite3_android.cpp
@@ -145,7 +145,7 @@
             if (msg == NULL) {
                 msg = "";
             }
-            LOG(LOG_INFO, tag, msg);
+            ALOG(LOG_INFO, tag, "%s", msg);
             sqlite3_result_int(context, 1);
             return;