aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp
index 2e80fc7..98fe754 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -32,6 +32,11 @@
(max-results (gethash "maxResults" response))
(total (gethash "total" response)))
+ (format t "start-at: ~A max-results: ~A total: ~A~%"
+ start-at
+ max-results
+ total)
+
(loop for issue
across (gethash "issues" response)
do (watch-issue issue))