Skip to content

Commit

Permalink
Minor addition to debug log (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tikurahul authored Sep 12, 2016
1 parent 7b7b7bf commit c1e9d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def manage_github_issue(cls, crash_report):
logging.info(
'Enqueued job for adding comments on GitHub for fingerprint {0}'.format(crash_report.fingerprint))
else:
logging.debug('No pending tasks.')
logging.debug('No pending tasks for fingerprint {0}.'.format(crash_report.fingerprint))

@classmethod
def new_crash_with_backoff(cls, crash_report):
Expand Down

0 comments on commit c1e9d8c

Please sign in to comment.