mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 06:31:01 +00:00
errormsg
This commit is contained in:
@@ -669,8 +669,9 @@ bool StoreForwardPlusPlusModule::addToScratch(uint32_t to, uint32_t from, uint32
|
||||
|
||||
// payload
|
||||
sqlite3_bind_text(scratch_insert_stmt, 9, payload_bytes, payload_len, NULL);
|
||||
const char *_error_mesg = sqlite3_errmsg(ppDb);
|
||||
|
||||
sqlite3_step(scratch_insert_stmt);
|
||||
LOG_WARN("step %u, %s", sqlite3_step(scratch_insert_stmt), _error_mesg);
|
||||
sqlite3_reset(scratch_insert_stmt);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user