Fixed log message

This commit is contained in:
Juan Font 2021-08-06 00:21:34 +02:00
parent e7ce902f9d
commit c95cf15731

2
api.go
View File

@ -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