Logging: Relocate info message from hud-errors to hud-log
This commit is contained in:
parent
c6a9baa31f
commit
717968e8bf
|
@ -586,7 +586,7 @@ class Hud:
|
||||||
|
|
||||||
self.stat_dict = stat_dict
|
self.stat_dict = stat_dict
|
||||||
self.cards = cards
|
self.cards = cards
|
||||||
sys.stderr.write(_("------------------------------------------------------------\nCreating hud from hand %s\n") % hand)
|
log.info(_('Creating hud from hand ')+str(hand))
|
||||||
adj = self.adj_seats(hand, config)
|
adj = self.adj_seats(hand, config)
|
||||||
loc = self.config.get_locations(self.table.site, self.max)
|
loc = self.config.get_locations(self.table.site, self.max)
|
||||||
if loc is None and self.max != 10:
|
if loc is None and self.max != 10:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user