mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 04:11:30 +00:00
Changed world server zone boot-up failure message to 'General' level to facilitate world-initiated zone boot-up issues
This commit is contained in:
parent
148eaf7048
commit
bc196f2e50
@ -1057,7 +1057,7 @@ bool Client::Process() {
|
|||||||
to.sin_addr.s_addr = ip;
|
to.sin_addr.s_addr = ip;
|
||||||
|
|
||||||
if (autobootup_timeout.Check()) {
|
if (autobootup_timeout.Check()) {
|
||||||
Log.Out(Logs::Detail, Logs::World_Server, "Zone bootup timer expired, bootup failed or too slow.");
|
Log.Out(Logs::General, Logs::World_Server, "Zone bootup timer expired, bootup failed or too slow.");
|
||||||
ZoneUnavail();
|
ZoneUnavail();
|
||||||
}
|
}
|
||||||
if(connect.Check()){
|
if(connect.Check()){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user