0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 10:08:36 +02:00

ircd::net: Increase buffer size for cert debug print.

This commit is contained in:
Jason Volk 2018-01-12 15:22:48 -08:00
parent 311df26156
commit 06cf9031b7

View file

@ -1850,7 +1850,7 @@ noexcept try
}
{
thread_local char buf[512];
thread_local char buf[16_KiB];
const critical_assertion ca;
log.debug("verify[%s]: %s",
common_name(opts),