summaryrefslogtreecommitdiff
path: root/internal/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers')
-rw-r--r--internal/handlers/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/handlers/main.go b/internal/handlers/main.go
index b3b1810..41ff85f 100644
--- a/internal/handlers/main.go
+++ b/internal/handlers/main.go
@@ -129,6 +129,8 @@ func (h *Handlers) HandleNextQuestion(w http.ResponseWriter, r *http.Request) {
return
}
+ h.log.Debug("returning new question", "q", question)
+
h.renderQuestion(w, question)
}