Core/Config: Error logging for ptree_bad_data

Ref 6487e2f2d6 (commitcomment-16888976)

(cherry picked from commit 9431b94bff)
This commit is contained in:
DDuarte
2016-03-31 03:19:13 +01:00
parent 8a050c574f
commit 9aadd97fba
3 changed files with 50 additions and 42 deletions

View File

@@ -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;
}