mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Added log message when sending updates
This commit is contained in:
parent
97f7c90092
commit
461a893ee4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue