Skip to content

Commit

Permalink
Change the description of a warning that is causing constant issues e…
Browse files Browse the repository at this point in the history
…ven though its not an error -_-
  • Loading branch information
TLeonardUK committed Jan 26, 2022
1 parent 88cf9d7 commit 09e6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server/Server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ bool Server::ParseServerAdvertisementResponse(std::shared_ptr<NetHttpResponse> R
}
catch (nlohmann::json::parse_error)
{
Warning("Recieved error when trying to advertise server on master server. Response was not valid json.");
Log("Unable to parse result when trying to advertise server on master server. Response was not valid json. This isn't an issue, the master server is probably just down or overloaded.");
return false;
}

Expand Down

0 comments on commit 09e6430

Please sign in to comment.