summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-11-17 22:19:04 +0100
committeremkael <emkael@tlen.pl>2018-11-17 22:19:04 +0100
commitb3f453150221b782b3a77dec331d144eb5ebc739 (patch)
treea2fef1ff758761061b791d9e9233fc9a297e7ff3
parentd0b64e8366ce9146805e2277258e18e936d985bf (diff)
Verbose info on missing players
Fixes #3
-rw-r--r--ausbutler/interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/interface.py b/ausbutler/interface.py
index 2b597a5..2f5ee8e 100644
--- a/ausbutler/interface.py
+++ b/ausbutler/interface.py
@@ -175,7 +175,7 @@ class Interface(object):
self.translation.get_translation(line)
)
if butler.player is None:
- print 'WARNING: player ID=%d (round %d, segment %d) not in players database' % (butler.id, round_no, segment_no)
+ print 'WARNING: player ID=%d (round %d, segment %d, position %s) not in players database' % (butler.id, round_no, segment_no, position)
if position not in results:
results[position] = {'players': []}
results[position]['place'] = ''