Update Thread.cpp

Remove extra punctuation
This commit is contained in:
Derek "Turtle" Roe 2021-03-16 18:01:45 -05:00
parent eea4b66a36
commit d6de0a8690
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ CThread::~CThread()
WriteTrace(TraceThread, TraceDebug, "Start");
if (CThread::GetCurrentThreadId() == m_threadID)
{
WriteTrace(TraceThread, TraceError, "Deleting from thread!!!");
WriteTrace(TraceThread, TraceError, "Deleting from thread!");
}
if (CThread::GetCurrentThreadId() != m_threadID && isRunning())
{