diff --git a/router.go b/router.go index 4e5ac52..aae986c 100644 --- a/router.go +++ b/router.go @@ -123,6 +123,7 @@ func (r *Router) Run() { } func (r *Router) Stop() { + r.logger.Debug("stopping") r.contextCancel() }