Add log-tag when inserting channel instance derivations
This commit is contained in:
parent
58af8e2dc7
commit
7ffe82dfe3
1 changed files with 2 additions and 1 deletions
|
|
@ -2088,7 +2088,8 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
||||||
read-derivations/fiberized
|
read-derivations/fiberized
|
||||||
derivation-ids-hash-table
|
derivation-ids-hash-table
|
||||||
(list->vector
|
(list->vector
|
||||||
(map cdr derivation-file-names-by-system)))))
|
(map cdr derivation-file-names-by-system))
|
||||||
|
#:log-tag "channel-instances")))
|
||||||
(map cons systems derivation-ids))
|
(map cons systems derivation-ids))
|
||||||
location-data)))
|
location-data)))
|
||||||
data-with-derivation-file-names)))
|
data-with-derivation-file-names)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue