Log when specifying repositories
This commit is contained in:
parent
3c6ad21285
commit
cf912ed933
1 changed files with 4 additions and 0 deletions
|
|
@ -150,6 +150,10 @@ WHERE id = $1"
|
||||||
|
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (repo)
|
(lambda (repo)
|
||||||
|
(simple-format (current-error-port)
|
||||||
|
"specifying fields for repository ~A: ~A\n"
|
||||||
|
(assq-ref repo 'id)
|
||||||
|
(map car repo))
|
||||||
(let ((fields (map car repo))
|
(let ((fields (map car repo))
|
||||||
(field-vals (map cdr repo)))
|
(field-vals (map cdr repo)))
|
||||||
(update-or-insert
|
(update-or-insert
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue