mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-26 22:25:52 -05: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().
|
log.Debug().
|
||||||
Str("handler", "Registration").
|
Str("handler", "Registration").
|
||||||
Str("machine", m.Name).
|
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.AuthURL = ""
|
||||||
resp.MachineAuthorized = true
|
resp.MachineAuthorized = true
|
||||||
|
Loading…
Reference in New Issue
Block a user