mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43: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
|
return
|
||||||
}
|
}
|
||||||
for _, name := range names {
|
for _, name := range names {
|
||||||
|
log.Printf("Sending updates to nodes in namespace %s", name)
|
||||||
machines, err := h.ListMachinesInNamespace(name)
|
machines, err := h.ListMachinesInNamespace(name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue