mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
Route look up logging
This commit is contained in:
parent
37427b11de
commit
d1f0128344
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ def build_image(name):
|
|||
except taskcluster.TaskclusterRestFailure as e:
|
||||
if e.status_code != 404:
|
||||
raise
|
||||
print("404 when looking up route", route, e, vars(e))
|
||||
|
||||
image_build_task = create_task(
|
||||
"docker image build task for image: " + name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue