mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-23 10:30:19 +00:00
Improve Rhizome debugging
Log the integer result of an int64 query
This commit is contained in:
parent
c91ea7f8ac
commit
99a0d36812
@ -612,7 +612,7 @@ static int _sqlite_vexec_int64(struct __sourceloc __whence, sqlite_retry_state *
|
||||
if (!sqlite_code_ok(stepcode) || ret == -1)
|
||||
return -1;
|
||||
if (sqlite_trace_func())
|
||||
DEBUGF("rowcount=%d changes=%d", rowcount, sqlite3_changes(rhizome_db));
|
||||
DEBUGF("rowcount=%d changes=%d result=%lld", rowcount, sqlite3_changes(rhizome_db), (long long)*result);
|
||||
return rowcount;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user