forked from mirror/openmw-tes3mp
Use LOG_VERBOSE instead LOG_INFO
This commit is contained in:
parent
01900c2be8
commit
03a92b3a91
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void MasterClient::Update()
|
||||||
if (response == "Created")
|
if (response == "Created")
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Server registered on the master server.");
|
LOG_MESSAGE_SIMPLE(Log::LOG_INFO, "Server registered on the master server.");
|
||||||
else if (response == "Accepted")
|
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")
|
else if (response == "bad request")
|
||||||
{
|
{
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Update rate is too low, and the master server has deleted information about"
|
LOG_MESSAGE_SIMPLE(Log::LOG_WARN, "Update rate is too low, and the master server has deleted information about"
|
||||||
|
|
Loading…
Reference in a new issue