add: more debug logs

This commit is contained in:
Tobias Reisinger 2020-08-14 23:48:57 +02:00
parent c7d7d36ef8
commit 3d7245c16c
7 changed files with 10 additions and 3 deletions

View file

@ -66,6 +66,7 @@ cache_insert_value(char *key, char *value)
static void
cache_invalidate(char *key)
{
LOGGER_DEBUG("invalidating %s\n", key);
sqlite3_stmt *stmt;
int rc;