0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

modules/client/sync/rooms: Show membership string in debug msg.

This commit is contained in:
Jason Volk 2019-04-22 14:47:06 -07:00
parent dca95cd1e3
commit ae4ae66f08

View file

@ -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)
};