HHC: Change log message from info to error
This commit is contained in:
parent
0a76ea545b
commit
23799f25b1
|
@ -298,7 +298,7 @@ which it expects to find at self.re_TailSplitHands -- see for e.g. Everleaf.py.
|
|||
elif gametype['base'] == 'draw':
|
||||
hand = Hand.DrawHand(self.config, self, self.sitename, gametype, handText)
|
||||
else:
|
||||
log.info(_("Unsupported game type: %s" % gametype))
|
||||
log.error(_("Unsupported game type: %s" % gametype))
|
||||
raise FpdbParseError(_("Unsupported game type: %s" % gametype))
|
||||
|
||||
if hand:
|
||||
|
|
Loading…
Reference in New Issue
Block a user