mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
*Replace every tab with 4 spaces, checked by hand
--HG-- branch : trunk
This commit is contained in:
@@ -92,10 +92,10 @@ void Log::SetDBLogLevel(char *Level)
|
||||
{
|
||||
int32 NewLevel = atoi((char*)Level);
|
||||
if ( NewLevel < 0 )
|
||||
NewLevel = 0;
|
||||
m_dbLogLevel = NewLevel;
|
||||
NewLevel = 0;
|
||||
m_dbLogLevel = NewLevel;
|
||||
|
||||
outString( "DBLogLevel is %u",m_dbLogLevel );
|
||||
outString( "DBLogLevel is %u",m_dbLogLevel );
|
||||
}
|
||||
|
||||
void Log::Initialize()
|
||||
|
||||
Reference in New Issue
Block a user