Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
Bug 1353509 - Autophone - do not log missing keys for treeherder_priv…
Browse files Browse the repository at this point in the history
…atebuild_info, r=jmaher
  • Loading branch information
bclary committed Apr 26, 2017
1 parent 5fcc843 commit cc5c38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autophonepulsemonitor.py
Expand Up @@ -544,9 +544,9 @@ def get_treeherder_privatebuild_info(self, project, job):
# return None to avoid errors.
missing_keys = privatebuild_keys - set(info.keys())
if missing_keys:
LOGGER.warning("get_treeherder_privatebuild_info: %s "
"missing keys: %s "
"job: %s", url, missing_keys, job)
LOGGER.debug("get_treeherder_privatebuild_info: %s "
"missing keys: %s "
"job: %s", url, missing_keys, job)
return None

return info
Expand Down

0 comments on commit cc5c38e

Please sign in to comment.