aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-12-13 14:47:13 +0000
committerChristopher Baines <mail@cbaines.net>2021-12-13 14:47:13 +0000
commit6bbdb713a23659df3b267e7a07fe2c3922617d53 (patch)
treecb464acbfd3759dcb8b387073b31137376782d88 /scripts
parent6edc8f460e14a504d394eed9d460d1d52c13b8d6 (diff)
downloadnar-herder-6bbdb713a23659df3b267e7a07fe2c3922617d53.tar
nar-herder-6bbdb713a23659df3b267e7a07fe2c3922617d53.tar.gz
Say when the database download starts
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nar-herder.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/nar-herder.in b/scripts/nar-herder.in
index 0f5ea18..a6c1a57 100644
--- a/scripts/nar-herder.in
+++ b/scripts/nar-herder.in
@@ -210,6 +210,8 @@
"/latest-database-dump"))))
(call-with-values
(lambda ()
+ (simple-format (current-error-port)
+ "starting downloading the database\n")
(http-get database-uri
#:decode-body? #f
#:streaming? #t))