Fix errors introduced by merge
This commit is contained in:
parent
0676aa11a9
commit
a19af04582
2 changed files with 7 additions and 4 deletions
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, ":(")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue