storage: Faster.

This commit is contained in:
2025-04-16 19:21:57 -04:00
parent 66234b14bc
commit 27f2d319ab
3 changed files with 8 additions and 7 deletions

View File

@ -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);
}