aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp
index 53474c24..f5d8709b 100644
--- a/lib/room.cpp
+++ b/lib/room.cpp
@@ -3274,7 +3274,7 @@ Room::Changes Room::processEphemeralEvent(EventPtr&& event)
if (updatedUserIds.size() > 10
|| et.nsecsElapsed() >= profilerMinNsecs())
qDebug(PROFILER)
- << "Processing" << updatedUserIds
+ << "Processing" << updatedUserIds.size()
<< "non-local receipt(s) on" << receiptsJson.size()
<< "event(s) in" << objectName() << "took" << et;
if (!updatedUserIds.empty())