mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Squelch log messages
This commit is contained in:
parent
f114e6d19e
commit
748a2d8957
@ -83,7 +83,8 @@ insert_row_fail:
|
||||
|
||||
/* Get rowid for inserted row, so that we can modify the blob */
|
||||
write->blob_rowid = sqlite3_last_insert_rowid(rhizome_db);
|
||||
DEBUGF("Got rowid %lld for %s", write->blob_rowid, write->id);
|
||||
if (config.debug.rhizome_rx)
|
||||
DEBUGF("Got rowid %lld for %s", write->blob_rowid, write->id);
|
||||
|
||||
if (sqlite_exec_void_retry(&retry, "COMMIT;")!=SQLITE_OK){
|
||||
return WHYF("Failed to commit transaction: %s", sqlite3_errmsg(rhizome_db));
|
||||
|
Loading…
Reference in New Issue
Block a user