1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Always use errorstream for DEBUG_EXCEPTION_HANDLER

This commit is contained in:
ShadowNinja 2015-10-14 02:33:04 -04:00 committed by kwolekr
parent 4236792b87
commit 6f4d6cb574
7 changed files with 13 additions and 13 deletions

View file

@ -1316,7 +1316,7 @@ void * ConnectionSendThread::run()
/* send non reliable packets */
sendPackets(dtime);
END_DEBUG_EXCEPTION_HANDLER(errorstream);
END_DEBUG_EXCEPTION_HANDLER
}
PROFILE(g_profiler->remove(ThreadIdentifier.str()));
@ -2097,7 +2097,7 @@ void * ConnectionReceiveThread::run()
}
}
#endif
END_DEBUG_EXCEPTION_HANDLER(errorstream);
END_DEBUG_EXCEPTION_HANDLER
}
PROFILE(g_profiler->remove(ThreadIdentifier.str()));