diff --git a/hscontrol/app.go b/hscontrol/app.go index b0e4a9e9..bb98f82d 100644 --- a/hscontrol/app.go +++ b/hscontrol/app.go @@ -822,7 +822,7 @@ func (h *Headscale) Serve() error { case syscall.SIGHUP: log.Info(). Str("signal", sig.String()). - Msg("Received SIGHUP, reloading ACL and Config") + Msg("Received SIGHUP, reloading ACL policy") if h.cfg.Policy.IsEmpty() { continue