mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Performance fixes.
This commit is contained in:
@@ -130,7 +130,7 @@ void assert_fail(const char *assertion, const char *file,
|
||||
unsigned int line, const char *function)
|
||||
{
|
||||
DEBUGPRINT("\nIn thread %lx:\n"
|
||||
"%s:%d: %s: Assertion '%s' failed.\n",
|
||||
"%s:%u: %s: Assertion '%s' failed.\n",
|
||||
(unsigned long)get_current_thread_id(),
|
||||
file, line, function, assertion);
|
||||
|
||||
|
Reference in New Issue
Block a user