0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-28 15:53:46 +02:00

ircd:Ⓜ️:sync: Eliminate small tls buffers.

This commit is contained in:
Jason Volk 2020-12-03 04:45:11 -08:00
parent 779fc767d9
commit a013c44f9e

View file

@ -292,7 +292,7 @@ try
if(data.stats && (stats::info || stats_debug))
{
//data.out.flush();
thread_local char tmbuf[32];
char tmbuf[32];
log::debug
{
log, "polylog %s commit:%b '%s' %s",
@ -372,7 +372,7 @@ catch(const std::system_error &)
}
catch(const std::bad_function_call &e)
{
thread_local char rembuf[128];
char rembuf[128];
log::dwarning
{
log, "linear %s '%s' missing handler :%s",