Debug log responses from auth and backend

This commit is contained in:
Tixx
2024-12-09 23:47:10 +01:00
parent 687a988701
commit d7f3bc8b9f
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -354,6 +354,8 @@ std::shared_ptr<TClient> TNetwork::Authentication(TConnection&& RawConnection) {
return nullptr;
}
beammp_debug("Response from authentication backend: " + AuthResStr);
try {
nlohmann::json AuthRes = nlohmann::json::parse(AuthResStr);