fix build problem, when #define ENABLE_ANDROID_LOG 1

Change-Id: I514750dd33ff5bd433d4ee167a2401d829d2fbe9
diff --git a/android/sqlite3_android.cpp b/android/sqlite3_android.cpp
index 5daf15e..1d51b60 100644
--- a/android/sqlite3_android.cpp
+++ b/android/sqlite3_android.cpp
@@ -193,7 +193,7 @@
             if (msg == NULL) {
                 msg = "";
             }
-            LOG(LOG_INFO, tag, msg);
+            ALOG(LOG_INFO, tag, "%s", msg);
             sqlite3_result_int(context, 1);
             return;