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: