From 391dea0b7e75912cfe7a23a4c54bb6721a342f42 Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 7 Feb 2011 23:17:26 +0800 Subject: [PATCH] Hand: Adjust log message to include hid --- pyfpdb/Hand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index fd781448..4eca45a8 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -1140,7 +1140,7 @@ class DrawHand(Hand): hhc.markStreets(self) # markStreets in Draw may match without dealing cards if self.streets['DEAL'] == None: - raise FpdbParseError(_("DrawHand.__init__: street 'DEAL' is empty. Hand cancelled?")) + raise FpdbParseError(_("DrawHand.__init__: street 'DEAL' is empty. Hand cancelled? '%s'" % self.handid)) hhc.readBlinds(self) hhc.readAntes(self) hhc.readButton(self)