mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 11:32:33 +00:00
Log Message reword for zone and world bootup failure
This commit is contained in:
parent
7e7c59967c
commit
167e11426f
@ -318,7 +318,7 @@ int main(int argc, char** argv) {
|
|||||||
LogFile->SetAllCallbacks(ClientLogs::EQEmuIO_pva);
|
LogFile->SetAllCallbacks(ClientLogs::EQEmuIO_pva);
|
||||||
#endif
|
#endif
|
||||||
if (!worldserver.Connect()) {
|
if (!worldserver.Connect()) {
|
||||||
logger.Log(EQEmuLogSys::Error, "worldserver.Connect() FAILED!");
|
logger.Log(EQEmuLogSys::Error, "Worldserver Connection Failed :: worldserver.Connect()");
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer InterserverTimer(INTERSERVER_TIMER); // does MySQL pings and auto-reconnect
|
Timer InterserverTimer(INTERSERVER_TIMER); // does MySQL pings and auto-reconnect
|
||||||
@ -331,7 +331,7 @@ int main(int argc, char** argv) {
|
|||||||
if (!strlen(zone_name) || !strcmp(zone_name,".")) {
|
if (!strlen(zone_name) || !strcmp(zone_name,".")) {
|
||||||
_log(ZONE__INIT, "Entering sleep mode");
|
_log(ZONE__INIT, "Entering sleep mode");
|
||||||
} else if (!Zone::Bootup(database.GetZoneID(zone_name), 0, true)) { //todo: go above and fix this to allow cmd line instance
|
} else if (!Zone::Bootup(database.GetZoneID(zone_name), 0, true)) { //todo: go above and fix this to allow cmd line instance
|
||||||
logger.Log(EQEmuLogSys::Error, "Zone bootup FAILED!");
|
logger.Log(EQEmuLogSys::Error, "Zone Bootup failed :: Zone::Bootup");
|
||||||
zone = 0;
|
zone = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user