mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix EmergeThread names in log
Concatenate the thread id as string instead of adding it to the pointer
This commit is contained in:
parent
b2253e5b42
commit
cc92e45b78
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ bool EmergeThread::getBlockOrStartGen(v3s16 p, MapBlock **b,
|
|||
|
||||
void *EmergeThread::Thread() {
|
||||
ThreadStarted();
|
||||
log_register_thread("EmergeThread" + id);
|
||||
log_register_thread("EmergeThread" + itos(id));
|
||||
DSTACK(__FUNCTION_NAME);
|
||||
BEGIN_DEBUG_EXCEPTION_HANDLER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue