mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-21 05:27:30 +00:00
Added log message when sending updates
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user