Logs::Normal to LogInfo

This commit is contained in:
Akkadius
2019-09-02 02:18:54 -05:00
parent ccbbadc5ee
commit 31cebb5793
8 changed files with 26 additions and 29 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ bool Zone::Bootup(uint32 iZoneID, uint32 iInstanceID, bool iStaticZone) {
delete pack;
}
Log(Logs::General, Logs::Normal, "---- Zone server %s, listening on port:%i ----", zonename, ZoneConfig::get()->ZonePort);
LogInfo("---- Zone server [{}], listening on port:[{}] ----", zonename, ZoneConfig::get()->ZonePort);
LogInfo("Zone Bootup: [{}] ([{}]: [{}])", zonename, iZoneID, iInstanceID);
parse->Init();
UpdateWindowTitle();
@@ -718,7 +718,7 @@ void Zone::Shutdown(bool quite)
petition_list.ClearPetitions();
zone->SetZoneHasCurrentTime(false);
if (!quite)
Log(Logs::General, Logs::Normal, "Zone shutdown: going to sleep");
LogInfo("Zone shutdown: going to sleep");
is_zone_loaded = false;
zone->ResetAuth();