Fixed log message
This commit is contained in:
parent
e7ce902f9d
commit
c95cf15731
1 changed files with 1 additions and 1 deletions
2
api.go
2
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
|
||||
|
|
Loading…
Reference in a new issue