mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/client/sync/rooms: Fix buffer sizing constant.
This commit is contained in:
parent
a9000af369
commit
df2772c113
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue