mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-04 06:52:39 +09:00
Fixed log message
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user