mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 10:49:32 +00:00
additional debug logging, use mapper pointer
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Kristoffer Dalby

parent
eff529f2c5
commit
e0ba325b3b
@@ -72,7 +72,7 @@ func (ns *noiseServer) NoisePollNetMapHandler(
|
||||
log.Debug().
|
||||
Str("handler", "NoisePollNetMap").
|
||||
Str("machine", machine.Hostname).
|
||||
Msg("A machine is entering polling via the Noise protocol")
|
||||
Msg("A machine sending a MapRequest with Noise protocol")
|
||||
|
||||
ns.headscale.handlePoll(writer, req.Context(), machine, mapRequest, true)
|
||||
}
|
||||
|
Reference in New Issue
Block a user