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