Skip to content
Snippets Groups Projects
Commit cc92e45b authored by Kahrl's avatar Kahrl
Browse files

Fix EmergeThread names in log

Concatenate the thread id as string instead of adding it to the pointer
parent b2253e5b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment