From bc196f2e50749027fd8ef8efead01ada53a9bf4c Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 8 Jul 2016 16:19:14 -0400 Subject: [PATCH] Changed world server zone boot-up failure message to 'General' level to facilitate world-initiated zone boot-up issues --- world/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/client.cpp b/world/client.cpp index 5b94846be..33c6a259a 100644 --- a/world/client.cpp +++ b/world/client.cpp @@ -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()){