debugging logs

This commit is contained in:
Matthew R. Kasun
2022-07-13 14:07:10 -04:00
parent fcedf7b60f
commit 42b61a166b
2 changed files with 13 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ var pubNetworks []string
// Checkin -- go routine that checks for public or local ip changes, publishes changes
// if there are no updates, simply "pings" the server as a checkin
func Checkin(ctx context.Context, wg *sync.WaitGroup) {
logger.Log(2, "starting checkin goroutine")
defer wg.Done()
for {
select {