diff --git a/cmd/hubserver/main.go b/cmd/hubserver/main.go index ea653cf..067e5b7 100644 --- a/cmd/hubserver/main.go +++ b/cmd/hubserver/main.go @@ -75,6 +75,8 @@ func (handler *subscriptionHandler) handlePublish(w http.ResponseWriter, r *http continue } log.Printf("publish: post send to %s\n", sub.Callback) + log.Println("Response:") + res.Write(os.Stdout) } }