disable watchdog debugging

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-22 13:53:07 -05:00
parent 37dee72c32
commit aeeacf535d
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ cmds-helloconsole:
# git remote add github2 git@github.com:wit-go/gui.git
github:
git push origin master
git push origin devel
git push origin --tags
git push github master
git push github devel
git push github --tags

View File

@ -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 {