mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
Fixed log message
This commit is contained in:
parent
e7ce902f9d
commit
c95cf15731
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 New Issue
Block a user