FTP: Specify full filename in log when gametype not matched
This commit is contained in:
parent
ddb45ff8c3
commit
1e482a8a37
|
@ -208,8 +208,8 @@ class Fulltilt(HandHistoryConverter):
|
||||||
m = self.re_GameInfo.search(handText)
|
m = self.re_GameInfo.search(handText)
|
||||||
if not m:
|
if not m:
|
||||||
tmp = handText[0:100]
|
tmp = handText[0:100]
|
||||||
|
log.error(_("determineGameType: Raising FpdbParseError for file '%s'") % self.in_path)
|
||||||
log.error(_("determineGameType: Unable to recognise gametype from: '%s'") % tmp)
|
log.error(_("determineGameType: Unable to recognise gametype from: '%s'") % tmp)
|
||||||
log.error(_("determineGameType: Raising FpdbParseError"))
|
|
||||||
raise FpdbParseError(_("Unable to recognise gametype from: '%s'") % tmp)
|
raise FpdbParseError(_("Unable to recognise gametype from: '%s'") % tmp)
|
||||||
mg = m.groupdict()
|
mg = m.groupdict()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user