Use LOG_VERBOSE instead LOG_INFO

This commit is contained in:
Koncord 2017-01-10 20:37:40 +08:00
parent 01900c2be8
commit 03a92b3a91

View file

@ -147,7 +147,7 @@ void MasterClient::Update()
if (response == "Created")
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Server registered on the master server.");
else if (response == "Accepted")
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Server updated information about himself on the master server.");
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "Server updated information about himself on the master server.");
else if (response == "bad request")
{
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Update rate is too low, and the master server has deleted information about"