Skip to content

Commit 3839e5d

Browse files
committed
Add logging for #344
1 parent 49be7d7 commit 3839e5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DbConnection.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ void DbConnection::reset_current_result(const DbResult* pResult) {
8989
* https://www.postgresql.org/docs/current/libpq-cancel.html
9090
**/
9191
void DbConnection::cancel_query() {
92+
LOG_DEBUG;
93+
9294
check_connection();
9395

9496
// first allocate a 'cancel command' data structure.

0 commit comments

Comments
 (0)