mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-16 21:02:45 +09:00
Fix errors introduced by merge
This commit is contained in:
2
poll.go
2
poll.go
@@ -121,7 +121,7 @@ func (h *Headscale) PollNetMapHandler(ctx *gin.Context) {
|
||||
log.Error().
|
||||
Str("handler", "PollNetMap").
|
||||
Str("id", ctx.Param("id")).
|
||||
Str("machine", machine.Name).
|
||||
Str("machine", machine.Hostname).
|
||||
Err(err).
|
||||
Msg("Failed to persist/update machine in the database")
|
||||
ctx.String(http.StatusInternalServerError, ":(")
|
||||
|
||||
Reference in New Issue
Block a user