Skip to content

Commit

Permalink
lib: add missing debug output for srdb1, db_do_submit_query
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Sep 29, 2019
1 parent 671fc87 commit 635cdbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/srdb1/db_query.c
Expand Up @@ -69,6 +69,7 @@ static inline int db_do_submit_query(const db1_con_t* _h, const str *_query,
}
}

LM_DBG("submitted query: %.*s, result %d\n", _query->len, _query->s, ret);
return ret;
}

Expand Down

0 comments on commit 635cdbc

Please sign in to comment.