Skip to content

Commit

Permalink
Added log message when sending updates
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Jul 25, 2021
1 parent 97f7c90 commit 461a893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (h *Headscale) checkForNamespacesPendingUpdates() {
return
}
for _, name := range names {
log.Printf("Sending updates to nodes in namespace %s", name)
machines, err := h.ListMachinesInNamespace(name)
if err != nil {
continue
Expand Down

0 comments on commit 461a893

Please sign in to comment.