aboutsummaryrefslogtreecommitdiff
path: root/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'connection.cpp')
-rw-r--r--connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/connection.cpp b/connection.cpp
index 1bd8e292..aebe7631 100644
--- a/connection.cpp
+++ b/connection.cpp
@@ -78,6 +78,7 @@ Connection::Connection()
Connection::~Connection()
{
+ qDebug() << "deconstructing connection object for" << d->userId;
delete d;
}