aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nar-herder/mirror.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nar-herder/mirror.scm b/nar-herder/mirror.scm
index cb47d65..c889af7 100644
--- a/nar-herder/mirror.scm
+++ b/nar-herder/mirror.scm
@@ -75,6 +75,8 @@
(lambda ()
(retry-on-error
(lambda ()
+ (log-msg 'INFO "querying for recent changes since "
+ latest-recent-change)
(with-port-timeouts
(lambda ()
(let ((port
@@ -94,8 +96,6 @@
(recent-changes
(assoc-ref json-body "recent_changes")))
- (log-msg 'INFO "queried for recent changes since "
- latest-recent-change)
(log-msg 'INFO "got " (vector-length recent-changes) " changes")
;; Switch to symbol keys and standardise the key order