mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
temp log line for assert -- trying to detect random memory corruption on build machines.
This commit is contained in:
parent
342c94cab2
commit
530b68fc19
@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include "IEventQueue.h"
|
||||
#include "CLog.h"
|
||||
|
||||
//
|
||||
// IEventQueue
|
||||
@ -35,6 +36,7 @@ IEventQueue::getSystemTarget()
|
||||
IEventQueue*
|
||||
IEventQueue::getInstance()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "assert event queue instance"));
|
||||
assert(s_instance != NULL);
|
||||
return s_instance;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user