From b3f453150221b782b3a77dec331d144eb5ebc739 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 17 Nov 2018 22:19:04 +0100 Subject: Verbose info on missing players Fixes #3 --- ausbutler/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ausbutler/interface.py') 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'] = '' -- cgit v1.2.3