From af581784b2bdbd41dbef18cb154c8ce4e3a5a511 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 1 Sep 2019 12:35:29 +0100 Subject: Log the guix store path being used In the load-new-guix-revision module. --- guix-data-service/jobs/load-new-guix-revision.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guix-data-service/jobs/load-new-guix-revision.scm b/guix-data-service/jobs/load-new-guix-revision.scm index 3c2fb45..041d3fe 100644 --- a/guix-data-service/jobs/load-new-guix-revision.scm +++ b/guix-data-service/jobs/load-new-guix-revision.scm @@ -559,6 +559,9 @@ WHERE job_id = $1" (let ((new-store-path (derivation->output-path derivation))) (set! store-path new-store-path) + (simple-format (current-error-port) + "debug: guix-store-path: ~A\n" + new-store-path) new-store-path))))))))) (define (nss-certs-store-path store) -- cgit v1.2.3