Display the build server URL when fetching data
This commit is contained in:
parent
1e040010fc
commit
2e9844e599
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
(match-lambda
|
(match-lambda
|
||||||
((id url lookup-all-derivations?)
|
((id url lookup-all-derivations?)
|
||||||
(when lookup-all-derivations?
|
(when lookup-all-derivations?
|
||||||
|
(simple-format #t "\nQuerying ~A\n" url)
|
||||||
(query-build-server conn id url revision-commits))))
|
(query-build-server conn id url revision-commits))))
|
||||||
build-servers))))
|
build-servers))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue