temp log line for assert -- trying to detect random memory corruption on build machines.

This commit is contained in:
Nick Bolton 2013-04-11 03:46:12 +00:00
parent 342c94cab2
commit 530b68fc19
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/ */
#include "IEventQueue.h" #include "IEventQueue.h"
#include "CLog.h"
// //
// IEventQueue // IEventQueue
@ -35,6 +36,7 @@ IEventQueue::getSystemTarget()
IEventQueue* IEventQueue*
IEventQueue::getInstance() IEventQueue::getInstance()
{ {
LOG((CLOG_DEBUG4 "assert event queue instance"));
assert(s_instance != NULL); assert(s_instance != NULL);
return s_instance; return s_instance;
} }