From c95cf157317cbc612c5e6e2e87fe363804776edc Mon Sep 17 00:00:00 2001 From: Juan Font Date: Fri, 6 Aug 2021 00:21:34 +0200 Subject: [PATCH] Fixed log message --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 8589d07c..0d2b15cb 100644 --- a/api.go +++ b/api.go @@ -113,7 +113,7 @@ func (h *Headscale) RegistrationHandler(c *gin.Context) { log.Debug(). Str("handler", "Registration"). Str("machine", m.Name). - Msg("Client is registered and we have the current NodeKey. All clear to /mSending keepaliveap") + Msg("Client is registered and we have the current NodeKey. All clear to /map") resp.AuthURL = "" resp.MachineAuthorized = true