aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-29 10:58:07 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-11-29 10:58:07 +0100
commitd7f96a88710235c7c8648a7216bb5ad7d779889a (patch)
tree9222e2efad09e39f629f155f00817a3d86e8879e /lib
parent121c2a08b25d79bcfd09c050d72c6ea7cc7720f9 (diff)
downloadlibquotient-d7f96a88710235c7c8648a7216bb5ad7d779889a.tar.gz
libquotient-d7f96a88710235c7c8648a7216bb5ad7d779889a.zip
Track room stubbed state size in logs
Diffstat (limited to 'lib')
-rw-r--r--lib/room.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/room.cpp b/lib/room.cpp
index 6e6d7f11..4d60570d 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -217,6 +217,7 @@ public:
evtKey.second));
qCDebug(STATE) << "A new stub event created for key {"
<< evtKey.first << evtKey.second << "}";
+ qCDebug(STATE) << "Stubbed state size:" << stubbedState.size();
}
evt = stubbedState[evtKey].get();
Q_ASSERT(evt);