diff options
-rw-r--r-- | ausbutler/interface.py | 2 |
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'] = '' |