mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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:
|
except taskcluster.TaskclusterRestFailure as e:
|
||||||
if e.status_code != 404:
|
if e.status_code != 404:
|
||||||
raise
|
raise
|
||||||
|
print("404 when looking up route", route, e, vars(e))
|
||||||
|
|
||||||
image_build_task = create_task(
|
image_build_task = create_task(
|
||||||
"docker image build task for image: " + name,
|
"docker image build task for image: " + name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue