mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 00:16:50 +00:00
debug print error in case of unexpected login error
This commit is contained in:
parent
7c1106a46a
commit
56dcfcc5ed
@ -81,6 +81,7 @@ std::string Login(const std::string& fields){
|
|||||||
d.erase("public_key");
|
d.erase("public_key");
|
||||||
return d.dump();
|
return d.dump();
|
||||||
}
|
}
|
||||||
|
debug(std::string("Backend returned: '") + Buffer + "'")
|
||||||
return GetFail("Invalid message parsing!");
|
return GetFail("Invalid message parsing!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user