diff --git a/pkg/server/microsub.go b/pkg/server/microsub.go index dc364bb..eb1e771 100644 --- a/pkg/server/microsub.go +++ b/pkg/server/microsub.go @@ -239,6 +239,7 @@ func (h *microsubHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { }) return } + log.Printf("Searching for %s in %s (%d results)", query, channel, len(items)) respondJSON(w, map[string]interface{}{ "query": query, "items": items,