Consolidate 'LogType' Normal logs over to 'LogCategory'

This commit is contained in:
Akkadius
2015-01-18 01:32:18 -06:00
parent e691735a2d
commit ec7fd9b4e7
9 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ bool Zone::Bootup(uint32 iZoneID, uint32 iInstanceID, bool iStaticZone) {
delete pack;
}
Log.Log(EQEmuLogSys::Normal, "---- Zone server %s, listening on port:%i ----", zonename, ZoneConfig::get()->ZonePort);
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Normal, "---- Zone server %s, listening on port:%i ----", zonename, ZoneConfig::get()->ZonePort);
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Status, "Zone Bootup: %s (%i: %i)", zonename, iZoneID, iInstanceID);
parse->Init();
UpdateWindowTitle();
@@ -711,7 +711,7 @@ void Zone::Shutdown(bool quite)
petition_list.ClearPetitions();
zone->GotCurTime(false);
if (!quite)
Log.Log(EQEmuLogSys::Normal, "Zone shutdown: going to sleep");
Log.DebugCategory(EQEmuLogSys::General, EQEmuLogSys::Normal, "Zone shutdown: going to sleep");
ZoneLoaded = false;
zone->ResetAuth();