aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-request.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-request.el b/sx-request.el
index cd611f4..7a7bbf4 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -103,6 +103,7 @@ It is good to use a reasonable delay to avoid rate-limiting.")
(defun sx-request--wait-while-backoff ()
(when sx--backoff-time
+ (message "Waiting for backoff time: %s" sx--backoff-time)
(let ((time (cadr (current-time))))
(if (> (- sx--backoff-time time) 1000)
;; If backoff-time is more than 1000 seconds in the future,