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 "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;
}