summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 15:02:09 -0600
committerJeff Carr <[email protected]>2024-02-05 15:02:09 -0600
commita57a8b5a6348a9142088a0170a3682cdc0ecdb23 (patch)
tree618771ba9ba68d612a981b4fa0fa475304b15267 /watchdog.go
parent8fcf5f668b182bd382b489cd19cfdcd59628b279 (diff)
prepare for protobufv0.20.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/watchdog.go b/watchdog.go
index 121e91b..e27a31e 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -19,6 +19,7 @@ func Watchdog() {
myTicker(10*time.Second, "WATCHDOG", func() {
i += 1
log.Log(INFO, "myTicker() ticked", i)
+ me.rootNode.ListToolkits()
})
}