Skip to content

Commit

Permalink
Fix logging bug that produced a crash during tests (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-wechner authored Sep 28, 2021
1 parent e522255 commit bbcfd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo/mail/consumers/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse_references(task_list, references):
if answer_thread is None:
logger.info("no answer thread found in references")
else:
logger.info("found an answer thread: %d", answer_thread)
logger.info("found an answer thread: %s", str(answer_thread))
return related_messages, answer_thread


Expand Down

0 comments on commit bbcfd0b

Please sign in to comment.