forked from cory/tildefriends
storage: Faster.
This commit is contained in:
@ -950,7 +950,7 @@ bool tf_ssb_db_blob_store(tf_ssb_t* ssb, const uint8_t* blob, size_t size, char*
|
||||
result = r == SQLITE_DONE;
|
||||
if (!result)
|
||||
{
|
||||
tf_printf("Blob store failed: %s.", sqlite3_errmsg(db));
|
||||
tf_printf("Blob store failed: %s.\n", sqlite3_errmsg(db));
|
||||
}
|
||||
rows = sqlite3_changes(db);
|
||||
}
|
||||
|
Reference in New Issue
Block a user