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:
parent
41e0042235
commit
ed1259fe30
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user