Fixed that CNetLogManager::Shutdown wasn't called. Fixed that CNetLogger::m_Level was used uninitialised.

This was SVN commit r5542.
This commit is contained in:
Ykkrosh
2008-01-10 01:17:09 +00:00
parent 5d50893c00
commit 52626dd655
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -461,6 +461,7 @@ void CNetLogConsoleSink::Write( char c )
CNetLogger::CNetLogger( const CStr& name )
{
m_Name = name;
m_Level = LOG_LEVEL_ALL;
}
//-----------------------------------------------------------------------------