mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 18:31:45 +00:00
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:
@@ -461,6 +461,7 @@ void CNetLogConsoleSink::Write( char c )
|
||||
CNetLogger::CNetLogger( const CStr& name )
|
||||
{
|
||||
m_Name = name;
|
||||
m_Level = LOG_LEVEL_ALL;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user