From 4ebe7d34773f6bc4fda24ac40996757fb6ecd881 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 2 Jul 2015 14:01:17 +0100 Subject: More messages during backoff. --- sx-request.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-request.el') 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, -- cgit v1.2.3