mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
Add backend provided message to all auth loggings
This commit is contained in:
parent
944b68c6d5
commit
a44684f6e7
@ -109,10 +109,10 @@ void THeartbeatThread::operator()() {
|
|||||||
|
|
||||||
if (Ok && !isAuth) {
|
if (Ok && !isAuth) {
|
||||||
if (Status == "2000") {
|
if (Status == "2000") {
|
||||||
beammp_info(("Authenticated!"));
|
beammp_info(("Authenticated! " + Message));
|
||||||
isAuth = true;
|
isAuth = true;
|
||||||
} else if (Status == "200") {
|
} else if (Status == "200") {
|
||||||
beammp_info(("Resumed authenticated session!"));
|
beammp_info(("Resumed authenticated session! " + Message));
|
||||||
isAuth = true;
|
isAuth = true;
|
||||||
} else {
|
} else {
|
||||||
if (Message.empty()) {
|
if (Message.empty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user