diff options
| author | Jeff Carr <[email protected]> | 2023-04-22 13:53:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-22 13:53:07 -0500 |
| commit | aeb998eea5ef67c1c87664340b89b5e415fb0747 (patch) | |
| tree | 61253eb403d4eeada43228366fc44577ecbb8b90 /watchdog.go | |
| parent | 52eb9b1ad29756756881b90ba5221d03cd504fbd (diff) | |
disable watchdog debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go index 5d18dcb..d992bd4 100644 --- a/watchdog.go +++ b/watchdog.go @@ -15,7 +15,7 @@ var watchtime time.Duration = 100 // in tenths of seconds func Watchdog() { var i = 1 for { - log(logNow, "watchdog timer is alive. give me something to do.", i) + log(logInfo, "watchdog timer is alive. give me something to do.", i) if (Config.rootNode == nil) { log(logInfo, "Config.rootNode == nil", i) } else { |
