From 8ac8ecc3c4b29d3e5ee9fbf42382c62384b9b39c Mon Sep 17 00:00:00 2001 From: Nyo Date: Sun, 31 Jul 2016 11:36:21 +0200 Subject: [PATCH] .BANCHO. Removed hw information in schiavo log --- events/loginEvent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/loginEvent.py b/events/loginEvent.py index ce0c7d5..e0fe0b9 100644 --- a/events/loginEvent.py +++ b/events/loginEvent.py @@ -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