add: more debug logs
This commit is contained in:
parent
c7d7d36ef8
commit
3d7245c16c
7 changed files with 10 additions and 3 deletions
src/models
|
@ -13,6 +13,7 @@
|
|||
static int
|
||||
db_update_insert(controller_t *controller, sqlite3_stmt *stmt)
|
||||
{
|
||||
LOGGER_DEBUG("saving controller '%s' into database (id: %d)\n", controller->name, controller->id);
|
||||
int rc;
|
||||
|
||||
sqlite3_bind_int(stmt, 1, controller->id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue