revert due to the sqlite build problem on Mac..

This commit is contained in:
Vasu Nori
2010-03-01 15:49:22 -08:00
parent 7714d7132e
commit b649ca250a

View File

@@ -75,11 +75,11 @@ static void registerLoggingFunc() {
}
LOGV("Registering sqlite logging func \n");
int err = sqlite3_config(SQLITE_CONFIG_LOG, &sqlLogger, 0);
if (err != SQLITE_OK) {
LOGE("sqlite_config failed error_code = %d. THIS SHOULD NEVER occur.\n", err);
return;
}
//int err = sqlite3_config(SQLITE_CONFIG_LOG, &sqlLogger, 0);
//if (err != SQLITE_OK) {
//LOGE("sqlite_config failed error_code = %d. THIS SHOULD NEVER occur.\n", err);
//#return;
//}
loggingFuncSet = true;
}