.BANCHO. Removed hw information in schiavo log

This commit is contained in:
Nyo 2016-07-31 11:36:21 +02:00
parent fae1ecf255
commit 8ac8ecc3c4
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ def handle(tornadoRequest):
if len(loginData) < 3:
msg = "Invalid bancho login request from **{}** (insufficient POST data)".format(requestIP)
else:
msg = "Bancho login request from **{}** for user **{}** _({})_\n_Version: {}\nosu!.exe hash: {}\nMAC: {}\nUID: {}\nHWID: {}_\n".format(requestIP, loginData[0], "failed" if err == True else "success", osuVersion, clientData[0], clientData[2], clientData[3], clientData[4])
msg = "Bancho login request from **{}** for user **{}** ({})".format(requestIP, loginData[0], "failed" if err == True else "success")
log.info(msg, "bunker")
# Return token string and data