- added new commandline parameter to display the version of SDL used by the program

This commit is contained in:
Mark Vejvoda
2010-08-26 16:03:54 +00:00
parent c5624d8662
commit 4ebd156828
4 changed files with 51 additions and 13 deletions

View File

@@ -67,10 +67,8 @@ void FileCRCPreCacheThread::execute() {
setRunningStatus(false);
}
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d] FILE CRC PreCache thread is exiting\n",__FILE__,__FUNCTION__,__LINE__);
setRunningStatus(false);
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"FILE CRC PreCache thread is exiting\n");
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
}