mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/Config: Error logging for ptree_bad_data
Ref6487e2f2d6 (commitcomment-16888976)(cherry picked from commit9431b94bff)
This commit is contained in:
@@ -226,7 +226,7 @@ extern int main(int argc, char** argv)
|
||||
|
||||
if (networkThreads <= 0)
|
||||
{
|
||||
TC_LOG_ERROR("server.worldserver", "Network.Threads cannot be less than 0");
|
||||
TC_LOG_ERROR("server.worldserver", "Network.Threads must be greater than 0");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user