Changed world server zone boot-up failure message to 'General' level to facilitate world-initiated zone boot-up issues

This commit is contained in:
Uleat 2016-07-08 16:19:14 -04:00
parent 148eaf7048
commit bc196f2e50

View File

@ -1057,7 +1057,7 @@ bool Client::Process() {
to.sin_addr.s_addr = ip;
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();
}
if(connect.Check()){