From f81a7a8b20b18c33a4a37781638f8be2a968851a Mon Sep 17 00:00:00 2001 From: moneromooo Date: Thu, 8 Jan 2015 09:02:21 +0000 Subject: [PATCH] Add a missing error log --- tipbot/modules/tipping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tipbot/modules/tipping.py b/tipbot/modules/tipping.py index 5039347..bb5d3ed 100644 --- a/tipbot/modules/tipping.py +++ b/tipbot/modules/tipping.py @@ -62,6 +62,7 @@ def Tip(nick,chan,cmd): p.execute() SendTo(sendto,"%s has tipped %s %s" % (nick, who, AmountToString(units))) except Exception, e: + log_error("Tip: Error updating redis: %s" % str(e)) SendTo(sendto, "An error occured") return except Exception, e: