From ed1259fe3088b79dea2b6d59e46d7683b24fcc5c Mon Sep 17 00:00:00 2001 From: Chaz Littlejohn Date: Tue, 22 Mar 2011 04:17:46 +0000 Subject: [PATCH] It's not actually a big deal if there's no bring-in, like if the bring-in completes instead, so changed to debug. --- pyfpdb/FulltiltToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 7be02bd5..b3d5a172 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -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: