diff --git a/github_utils.py b/github_utils.py index 4d0b958..fb7606c 100644 --- a/github_utils.py +++ b/github_utils.py @@ -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):