Log the manifest derivation when loading new revisions
As this is useful to know.
This commit is contained in:
parent
609c5cf4f0
commit
3ad100bedc
1 changed files with 3 additions and 0 deletions
|
|
@ -670,6 +670,9 @@ WHERE job_id = $1"
|
|||
(channel->derivation-file-name store channel))))))
|
||||
(derivation
|
||||
(read-derivation-from-file manifest-store-item-derivation-file-name)))
|
||||
(simple-format (current-error-port)
|
||||
"debug: channel dervation: ~A\n"
|
||||
manifest-store-item-derivation-file-name)
|
||||
(log-time
|
||||
"building the channel derivation"
|
||||
(lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue