From 437c3e76685edac9e6030b852dd6b4ef1606302f Mon Sep 17 00:00:00 2001 From: jona605a Date: Sun, 9 Aug 2020 22:52:33 +0200 Subject: [PATCH] :bug: Log --- funcs/miscFuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index da1d3d2..1780cdd 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -322,7 +322,7 @@ def getName(userID): if userID in data: return data[userID]["user name"] else: - logThis("Couldn't find user") + logThis("Couldn't find user "+userID) return userID except: logThis("Error getting name")