0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

modules/client/sync/rooms: Fix buffer sizing constant.

This commit is contained in:
Jason Volk 2019-07-24 17:42:31 -07:00
parent a9000af369
commit df2772c113

View file

@ -196,7 +196,7 @@ ircd::m::sync::_rooms_polylog(data &data,
} }
#if defined(RB_DEBUG) #if defined(RB_DEBUG)
thread_local char tmbuf[MEMBERSHIP_MAX_SIZE]; thread_local char tmbuf[32];
if(data.stats && rooms.stats_debug) log::debug if(data.stats && rooms.stats_debug) log::debug
{ {
log, "polylog %s %s %s in %s", log, "polylog %s %s %s in %s",