2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Update boo

This commit is contained in:
Jack Andersen
2018-06-01 14:02:20 -10:00
parent 4c974c5275
commit 56a0661d33
3 changed files with 11 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ void ClientProcess::Worker::proc()
ClientProcess::ThreadWorker.reset(this);
char thrName[64];
snprintf(thrName, 64, "HECL Client Worker %d", m_idx);
snprintf(thrName, 64, "HECL Worker%d", m_idx);
logvisor::RegisterThreadName(thrName);
std::unique_lock<std::mutex> lk(m_proc.m_mutex);