mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/client/sync/rooms: Show membership string in debug msg.
This commit is contained in:
parent
dca95cd1e3
commit
ae4ae66f08
1 changed files with 2 additions and 1 deletions
|
@ -199,8 +199,9 @@ ircd::m::sync::_rooms_polylog(data &data,
|
|||
thread_local char tmbuf[32];
|
||||
if(data.stats && rooms.stats_debug) log::debug
|
||||
{
|
||||
log, "polylog %s %s in %s",
|
||||
log, "polylog %s %s %s in %s",
|
||||
loghead(data),
|
||||
membership_,
|
||||
string_view{room.room_id},
|
||||
ircd::pretty(tmbuf, stats.timer.at<milliseconds>(), true)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue