diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-11 10:50:39 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 13:11:00 +0100 |
commit | 69fff1fc640257b8f5338810f572b209318f5554 (patch) | |
tree | 5fab496d2d4235c00e0f40c57089578fb0d69fbd /scripts | |
parent | dcf04d89e6f30806b3de5c8171bb95492aaf24e3 (diff) | |
download | nar-herder-69fff1fc640257b8f5338810f572b209318f5554.tar nar-herder-69fff1fc640257b8f5338810f572b209318f5554.tar.gz |
Add some more logging
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/nar-herder.in | 1 |
1 files changed, 1 insertions, 0 deletions
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))) |