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
committed by Aokromes
parent 25fe85f031
commit 06a91b090d
3 changed files with 50 additions and 42 deletions

View File

@@ -225,7 +225,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;
}