Port Status messages from Type to Category

This commit is contained in:
Akkadius
2015-01-18 01:27:52 -06:00
parent 975c298c85
commit e9f8d5fa6d
16 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ bool Database::Connect(const char* host, const char* user, const char* passwd, c
}
else
{
Log.Log(EQEmuLogSys::Status, "Using database '%s' at %s:%d",database,host,port);
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Status, "Using database '%s' at %s:%d",database,host,port);
return true;
}
}