aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nar-herder/recent-changes.scm1
-rw-r--r--scripts/nar-herder.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/nar-herder/recent-changes.scm b/nar-herder/recent-changes.scm
index 5a6c2a0..558c1bb 100644
--- a/nar-herder/recent-changes.scm
+++ b/nar-herder/recent-changes.scm
@@ -34,6 +34,7 @@
check-interval
recent-changes-limit)
(define (update-database-dump)
+ (log-msg 'DEBUG "updating the database dump at " database-dump-filename)
(let ((temp-database-dump-filename
(string-append database-dump-filename ".tmp")))
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in
index 5991d02..18fe6d5 100644
--- a/scripts/nar-herder.in
+++ b/scripts/nar-herder.in
@@ -667,6 +667,7 @@
mirror-channel
removal-channel))
+ (log-msg 'DEBUG "finished maintenance setup")
(wait finished?))
#:hz 0
#:parallelism 1)))