It's not actually a big deal if there's no bring-in, like if the bring-in completes instead, so changed to debug.

This commit is contained in:
Chaz Littlejohn 2011-03-22 04:17:46 +00:00
parent 41e0042235
commit ed1259fe30

View File

@ -423,7 +423,7 @@ class Fulltilt(HandHistoryConverter):
logging.debug(_("Player bringing in: %s for %s") %(m.group('PNAME'), m.group('BRINGIN')))
hand.addBringIn(m.group('PNAME'), m.group('BRINGIN'))
else:
logging.warning(_("No bringin found, handid =%s") % hand.handid)
logging.debug(_("No bringin found, handid =%s") % hand.handid)
def readButton(self, hand):
try: